You've already forked matrix-react-sdk
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:
@ -69,6 +69,7 @@ const FilePanel = React.createClass({
|
||||
"timeline": {
|
||||
"contains_url": true,
|
||||
"not_types": [
|
||||
"m.room.avatar",
|
||||
"m.sticker",
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user