From 824ae4e82cefccfe0fbd4ab1334ff7fe4cfb8d10 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Wed, 8 Dec 2021 13:35:21 +0000 Subject: docstring formatting Co-authored-by: Dan Callahan --- synapse/handlers/sync.py | 1 + 1 file changed, 1 insertion(+) 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`. -- cgit 1.4.1