aboutsummaryrefslogtreecommitdiff
path: root/matrix/sync.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-30 23:09:14 +0300
committerTulir Asokan <tulir@maunium.net>2018-04-30 23:09:14 +0300
commitc600ce68a2684fdeebfbe9580c6ff833257450ed (patch)
treeedc841c9015a8128b241ab0e55a06026b46f09e9 /matrix/sync.go
parent9ad3a95ba6cf1375745186d14e17b365205dc587 (diff)
Fix room list updating when joining/leaving
Diffstat (limited to 'matrix/sync.go')
-rw-r--r--matrix/sync.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix/sync.go b/matrix/sync.go
index e2d38df..9488705 100644
--- a/matrix/sync.go
+++ b/matrix/sync.go
@@ -150,7 +150,7 @@ func (s *GomuksSyncer) OnFailedSync(res *gomatrix.RespSync, err error) (time.Dur
func (s *GomuksSyncer) GetFilterJSON(userID string) json.RawMessage {
return json.RawMessage(`{
"room": {
- "include_leave": true,
+ "include_leave": false,
"state": {
"types": [
"m.room.member",