mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +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": {
|
"room": {
|
||||||
"timeline": {
|
"timeline": {
|
||||||
"contains_url": true,
|
"contains_url": true,
|
||||||
"not_types": [
|
"types": [
|
||||||
"m.room.avatar",
|
"m.room.message",
|
||||||
"m.sticker",
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue