diff options
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", |