summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Eastwood <eric.eastwood@beta.gouv.fr>2024-08-07 13:46:01 -0500
committerEric Eastwood <eric.eastwood@beta.gouv.fr>2024-08-07 13:46:01 -0500
commit0c2a9c6153458b75e192c97fc435ca5c5d5299a0 (patch)
tree0de8f581508b3567f7a371fd8c6a578e62222140
parentAdd changelog (diff)
downloadsynapse-0c2a9c6153458b75e192c97fc435ca5c5d5299a0.tar.xz
Fix docstring
-rw-r--r--synapse/handlers/sliding_sync.py2
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