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