Fix RoomAvatarEvent historic fallback
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -133,7 +133,6 @@ module.exports = React.createClass({
|
||||
},
|
||||
|
||||
onError: function(ev) {
|
||||
console.log("onError");
|
||||
const nextIndex = this.state.urlsIndex + 1;
|
||||
if (nextIndex < this.state.imageUrls.length) {
|
||||
// try the next one
|
||||
|
||||
Reference in New Issue
Block a user