From 7f917f027127b46f219eaa8a6c696c4e078f6d04 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 16 Jun 2019 19:32:57 +0300 Subject: Add support for editing room tags --- matrix/sync.go | 1 + 1 file changed, 1 insertion(+) (limited to 'matrix') 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", -- cgit v1.2.3