given we also want to hide widget events, hide all except m.room.message

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2018-06-16 19:52:15 +01:00
parent b87824ba92
commit eb32dda260
No known key found for this signature in database
GPG Key ID: 3F879DA5AD802A5E
1 changed files with 2 additions and 3 deletions

View File

@ -68,9 +68,8 @@ const FilePanel = React.createClass({
"room": {
"timeline": {
"contains_url": true,
"not_types": [
"m.room.avatar",
"m.sticker",
"types": [
"m.room.message",
],
},
},