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
commit 0d05250914
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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