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. Filter rooms based on the sync request.
Args: Args:
user: user: User to filter rooms for
room_id_set: The set of room IDs to filter down room_id_set: Set of room IDs to filter down
filters: The filters to apply filters: Filters to apply
to_token: We filter based on the state of the room at this token
""" """
user_id = user.to_string() user_id = user.to_string()