diff options
Diffstat (limited to 'matrix')
-rw-r--r-- | matrix/sync.go | 2 |
1 files changed, 2 insertions, 0 deletions
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, }, |