1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-16 22:01:54 +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:
Michael Telatynski
2018-06-16 19:52:15 +01:00
parent b87824ba92
commit eb32dda260

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",
],
},
},