0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 10:18:54 +02:00

Update synapse/api/filtering.py

Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
Richard van der Hoff 2019-01-24 17:21:35 +00:00 committed by GitHub
parent 277e50462d
commit 8ea509a935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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