diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-01-24 17:23:51 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-01-24 17:23:51 +0000 |
commit | a383289b0d64a5efa74c5d597f9e2c14732cd224 (patch) | |
tree | c314d5c316d2f5a56ac59342963f8d1cfbed2597 /synapse/api | |
parent | Remove redundant create event None check (diff) | |
parent | Apply suggestions from code review (diff) | |
download | synapse-a383289b0d64a5efa74c5d597f9e2c14732cd224.tar.xz |
Merge branch 'anoa/full_search_upgraded_rooms' of github.com:matrix-org/synapse into anoa/full_search_upgraded_rooms
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/filtering.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/filtering.py b/synapse/api/filtering.py index f3a056110f..3906475403 100644 --- a/synapse/api/filtering.py +++ b/synapse/api/filtering.py @@ -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 |