mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
given we also want to hide widget events, hide all except m.room.message
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
b87824ba92
commit
eb32dda260
1 changed files with 2 additions and 3 deletions
|
@ -68,9 +68,8 @@ const FilePanel = React.createClass({
|
|||
"room": {
|
||||
"timeline": {
|
||||
"contains_url": true,
|
||||
"not_types": [
|
||||
"m.room.avatar",
|
||||
"m.sticker",
|
||||
"types": [
|
||||
"m.room.message",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue