diff options
author | Eric Eastwood <eric.eastwood@beta.gouv.fr> | 2024-08-07 13:46:01 -0500 |
---|---|---|
committer | Eric Eastwood <eric.eastwood@beta.gouv.fr> | 2024-08-07 13:46:01 -0500 |
commit | 0c2a9c6153458b75e192c97fc435ca5c5d5299a0 (patch) | |
tree | 0de8f581508b3567f7a371fd8c6a578e62222140 | |
parent | Add changelog (diff) | |
download | synapse-0c2a9c6153458b75e192c97fc435ca5c5d5299a0.tar.xz |
Fix docstring
-rw-r--r-- | synapse/handlers/sliding_sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/sliding_sync.py b/synapse/handlers/sliding_sync.py index f231ce1ef0..be08f3851c 100644 --- a/synapse/handlers/sliding_sync.py +++ b/synapse/handlers/sliding_sync.py @@ -377,7 +377,7 @@ class RoomSyncConfig: Partially-stated rooms should have all state events except for remote membership events so if we require a remote membership event anywhere, then we need to - return `False`. + return `True` (requires full state). Args: is_mine_id: a callable which confirms if a given state_key matches a mxid |