summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-01-24 17:23:51 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-01-24 17:23:51 +0000
commita383289b0d64a5efa74c5d597f9e2c14732cd224 (patch)
treec314d5c316d2f5a56ac59342963f8d1cfbed2597 /synapse/api
parentRemove redundant create event None check (diff)
parentApply suggestions from code review (diff)
downloadsynapse-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.py2
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