matrix-org / matrix-spec

The Matrix protocol specification
Apache License 2.0
193 stars 94 forks source link

Ability to filter in v2 sync based on the msgtype of m.room.message events (SPEC-296) #135

Open matrixbot opened 8 years ago

matrixbot commented 8 years ago

In order to display indexes of 'attachments' in matrix clients, we need the ability to ask the server to provide a filtered event stream of m.room.message events which have a content.msgtype of not m.text or m.emote (or alternatively, explicitly including m.file, m.image, m.video and m.audio). This needs an extension to the v2 filter API to happen.

(Imported from https://matrix.org/jira/browse/SPEC-296)

(Reported by @ara4n)

matrixbot commented 8 years ago

Jira watchers: @ara4n

Biep commented 4 years ago

Currently, files forwarded from an encrypted room to a non-encrypted room are not shown in the Files list.