mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-16 23:43:52 +01:00
Update synapse/api/filtering.py
Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
parent
277e50462d
commit
8ea509a935
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ class Filter(object):
|
|||
"""Returns a new filter with the given room IDs appended.
|
||||
|
||||
Args:
|
||||
room_ids (list): A list of room_ids.
|
||||
room_ids (iterable[unicode]): The room_ids to add
|
||||
|
||||
Returns:
|
||||
filter: A new filter including the given rooms and the old
|
||||
|
|
Loading…
Reference in a new issue