diff options
author | Tulir Asokan <tulir@maunium.net> | 2019-06-16 19:32:57 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2019-06-16 19:32:57 +0300 |
commit | 7f917f027127b46f219eaa8a6c696c4e078f6d04 (patch) | |
tree | c22ad66d7a96256abecbba81f9278efd83c4d690 /matrix | |
parent | 6eaee844654355d8d5d1dd1710f6c27a47069d0f (diff) |
Add support for editing room tags
Diffstat (limited to 'matrix')
-rw-r--r-- | matrix/sync.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/matrix/sync.go b/matrix/sync.go index 4489ea4..fd70980 100644 --- a/matrix/sync.go +++ b/matrix/sync.go @@ -214,6 +214,7 @@ func (s *GomuksSyncer) GetFilterJSON(userID string) json.RawMessage { Timeline: mautrix.FilterPart{ Types: []string{ "m.room.message", + "m.room.redaction", "m.room.encrypted", "m.sticker", "m.reaction", |