diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-01-17 16:09:06 +0100 |
---|---|---|
committer | Mathieu Velten <mathieuv@matrix.org> | 2023-01-17 16:09:06 +0100 |
commit | fbfafca0abc85d7d023c0a771837b8fe90424e4f (patch) | |
tree | 68c3dec73283456e34dec640ecc23daf0bfa30c9 | |
parent | Address comment (diff) | |
download | synapse-fbfafca0abc85d7d023c0a771837b8fe90424e4f.tar.xz |
oups whitespace
-rw-r--r-- | synapse/handlers/sync.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py index 97db0388bd..5d6e6a4c07 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py @@ -2145,8 +2145,8 @@ class SyncHandler: newly_joined = room_id in newly_joined_rooms # Partially joined rooms are omitted from non lazy-loading-members - # syncs until the resync completes and that room is fully stated. - # When that happens, we need to include their full state in + # syncs until the resync completes and that room is fully stated. + # When that happens, we need to include their full state in # the next non-lazy-loading sync. if ( not sync_config.filter_collection.lazy_load_members() |