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": {
|
"timeline": {
|
||||||
"contains_url": true,
|
"contains_url": true,
|
||||||
"not_types": [
|
"not_types": [
|
||||||
|
"m.room.avatar",
|
||||||
"m.sticker",
|
"m.sticker",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue