1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Merge pull request #1983 from matrix-org/t3chguy/fix_filepanel_showing_roomavatar

only show m.room.message in FilePanel
This commit is contained in:
David Baker
2018-06-18 13:48:39 +01:00
committed by GitHub

View File

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