aboutsummaryrefslogtreecommitdiff
path: root/matrix
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-06-16 19:32:57 +0300
committerTulir Asokan <tulir@maunium.net>2019-06-16 19:32:57 +0300
commit7f917f027127b46f219eaa8a6c696c4e078f6d04 (patch)
treec22ad66d7a96256abecbba81f9278efd83c4d690 /matrix
parent6eaee844654355d8d5d1dd1710f6c27a47069d0f (diff)
Add support for editing room tags
Diffstat (limited to 'matrix')
-rw-r--r--matrix/sync.go1
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",