From 859fd6092b6141363cef1cb58c2608f524314dc2 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 16 Jun 2019 16:32:56 +0300 Subject: Add/change commands --- matrix/sync.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'matrix') diff --git a/matrix/sync.go b/matrix/sync.go index ab0e9f8..4489ea4 100644 --- a/matrix/sync.go +++ b/matrix/sync.go @@ -208,6 +208,7 @@ func (s *GomuksSyncer) GetFilterJSON(userID string) json.RawMessage { "m.room.canonical_alias", "m.room.aliases", "m.room.power_levels", + "m.room.tombstone", }, }, Timeline: mautrix.FilterPart{ @@ -223,6 +224,7 @@ func (s *GomuksSyncer) GetFilterJSON(userID string) json.RawMessage { "m.room.canonical_alias", "m.room.aliases", "m.room.power_levels", + "m.room.tombstone", }, Limit: 50, }, -- cgit v1.2.3