From 945197bc74dba66357db3081cab975e699bff28c Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 10 Jun 2024 14:35:42 -0500 Subject: [PATCH] Update docstring --- synapse/handlers/sliding_sync.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/synapse/handlers/sliding_sync.py b/synapse/handlers/sliding_sync.py index b5ffd8e67d..46ed9e6279 100644 --- a/synapse/handlers/sliding_sync.py +++ b/synapse/handlers/sliding_sync.py @@ -626,9 +626,10 @@ class SlidingSyncHandler: Filter rooms based on the sync request. Args: - user: - room_id_set: The set of room IDs to filter down - filters: The filters to apply + user: User to filter rooms for + room_id_set: Set of room IDs to filter down + filters: Filters to apply + to_token: We filter based on the state of the room at this token """ user_id = user.to_string()