diff options
author | David Robertson <davidr@element.io> | 2021-12-08 13:35:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-08 13:35:21 +0000 |
commit | 824ae4e82cefccfe0fbd4ab1334ff7fe4cfb8d10 (patch) | |
tree | 7b2337c21f92a5369e3c2f49622856c9443a0bc3 | |
parent | Changelog (diff) | |
download | synapse-dmr/sync-tidy-3.tar.xz |
docstring formatting github/dmr/sync-tidy-3 dmr/sync-tidy-3
Co-authored-by: Dan Callahan <danc@element.io>
-rw-r--r-- | synapse/handlers/sync.py | 1 |
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`. |