mirror of https://github.com/vector-im/riot-web
hide `m.room.avatar` from FilePanel via sync filter
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
a25cdb6ce5
commit
b87824ba92
|
@ -69,6 +69,7 @@ const FilePanel = React.createClass({
|
|||
"timeline": {
|
||||
"contains_url": true,
|
||||
"not_types": [
|
||||
"m.room.avatar",
|
||||
"m.sticker",
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue