From 9f153a3a17873e1f289bf760bbacca14bc6ab662 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Fri, 20 Mar 2026 15:41:00 +0000 Subject: [PATCH] drive-by docstring typo fix --- synapse/handlers/sliding_sync/extensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/handlers/sliding_sync/extensions.py b/synapse/handlers/sliding_sync/extensions.py index ce00334d07..47a1879b11 100644 --- a/synapse/handlers/sliding_sync/extensions.py +++ b/synapse/handlers/sliding_sync/extensions.py @@ -99,7 +99,7 @@ class SlidingSyncExtensionHandler: Args: sync_config: Sync configuration new_connection_state: Snapshot of the current per-connection state - new_per_connection_state: A mutable copy of the per-connection + new_connection_state: A mutable copy of the per-connection state, used to record updates to the state during this request. actual_lists: Sliding window API. A map of list key to list results in the Sliding Sync response.