aboutsummaryrefslogtreecommitdiff
path: root/matrix/sync.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-06-16 16:32:56 +0300
committerTulir Asokan <tulir@maunium.net>2019-06-16 16:32:56 +0300
commit859fd6092b6141363cef1cb58c2608f524314dc2 (patch)
tree61b8b69a81c4013d5cc639a72be1e7c6cc2c9a9b /matrix/sync.go
parentd23c5b1bfca629e4a930ad0655f856d82b62da3d (diff)
Add/change commands
Diffstat (limited to 'matrix/sync.go')
-rw-r--r--matrix/sync.go2
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,
},