summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--synapse/handlers/sync.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py

index 72e3114b27..68f6e6f9b5 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py
@@ -222,6 +222,7 @@ class _RoomChanges: join leave join invite join leave """ + newly_left_rooms: List[str] """Rooms we are not joined to at the `now_token` and left between `since` and `now`.