You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
fix roomavatars on FF
This commit is contained in:
@@ -65,7 +65,7 @@ module.exports = React.createClass({
|
||||
this.getOneToOneAvatar(props),
|
||||
this.getFallbackAvatar(props) // lowest priority
|
||||
].filter(function(url) {
|
||||
return url != null;
|
||||
return (url != null && url != "");
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user