Update docstring

This commit is contained in:
Eric Eastwood 2024-06-10 14:35:42 -05:00
parent 7dec9307dc
commit 945197bc74

View file

@ -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()