You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +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": {
|
"timeline": {
|
||||||
"contains_url": true,
|
"contains_url": true,
|
||||||
"not_types": [
|
"not_types": [
|
||||||
|
"m.room.avatar",
|
||||||
"m.sticker",
|
"m.sticker",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user