aboutsummaryrefslogtreecommitdiff
path: root/matrix/sync.go
diff options
context:
space:
mode:
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",