summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-12-08 13:35:21 +0000
committerGitHub <noreply@github.com>2021-12-08 13:35:21 +0000
commit824ae4e82cefccfe0fbd4ab1334ff7fe4cfb8d10 (patch)
tree7b2337c21f92a5369e3c2f49622856c9443a0bc3
parentChangelog (diff)
downloadsynapse-dmr/sync-tidy-3.tar.xz
Co-authored-by: Dan Callahan <danc@element.io>
-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`.