mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
hide m.room.avatar
from FilePanel via sync filter
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
a25cdb6ce5
commit
b87824ba92
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ const FilePanel = React.createClass({
|
|||
"timeline": {
|
||||
"contains_url": true,
|
||||
"not_types": [
|
||||
"m.room.avatar",
|
||||
"m.sticker",
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue