1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-15 11:01:52 +03:00

hide m.room.avatar from FilePanel via sync filter

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2018-06-16 19:49:53 +01:00
parent a25cdb6ce5
commit b87824ba92

View File

@ -69,6 +69,7 @@ const FilePanel = React.createClass({
"timeline": {
"contains_url": true,
"not_types": [
"m.room.avatar",
"m.sticker",
],
},