aboutsummaryrefslogtreecommitdiff
path: root/matrix/sync.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-04-13 14:27:50 +0300
committerTulir Asokan <tulir@maunium.net>2019-04-13 14:27:50 +0300
commite5264a242d7fc6ac6b3f7bdca548163bb584875b (patch)
tree754f9dcae9cfb1ae8a8b0bd11bab35b5952ac688 /matrix/sync.go
parent43a7bdab7262c015b50e3e673e80389f9514f9ca (diff)
Fix user list
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 260ba91..e610b89 100644
--- a/matrix/sync.go
+++ b/matrix/sync.go
@@ -207,6 +207,7 @@ func (s *GomuksSyncer) GetFilterJSON(userID string) json.RawMessage {
"m.room.topic",
"m.room.canonical_alias",
"m.room.aliases",
+ "m.room.power_levels",
},
},
Timeline: mautrix.FilterPart{
@@ -217,6 +218,7 @@ func (s *GomuksSyncer) GetFilterJSON(userID string) json.RawMessage {
"m.room.topic",
"m.room.canonical_alias",
"m.room.aliases",
+ "m.room.power_levels",
},
Limit: 50,
},