summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-01-24 17:21:35 +0000
committerGitHub <noreply@github.com>2019-01-24 17:21:35 +0000
commit8ea509a9357d53f71e7bef09aae59f53b9f2317e (patch)
tree3bf5304ca2d039720d1dc9d70014f993607eea8a
parentDo not return in a deferred function (diff)
downloadsynapse-8ea509a9357d53f71e7bef09aae59f53b9f2317e.tar.xz
Update synapse/api/filtering.py
Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
-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