diff options
author | Tulir Asokan <tulir@maunium.net> | 2019-06-16 16:32:56 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2019-06-16 16:32:56 +0300 |
commit | 859fd6092b6141363cef1cb58c2608f524314dc2 (patch) | |
tree | 61b8b69a81c4013d5cc639a72be1e7c6cc2c9a9b /matrix | |
parent | d23c5b1bfca629e4a930ad0655f856d82b62da3d (diff) |
Add/change commands
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, }, |