From c600ce68a2684fdeebfbe9580c6ff833257450ed Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 30 Apr 2018 23:09:14 +0300 Subject: Fix room list updating when joining/leaving --- matrix/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'matrix/sync.go') 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", -- cgit v1.2.3