diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-24 17:21:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-24 17:21:35 +0000 |
commit | 8ea509a9357d53f71e7bef09aae59f53b9f2317e (patch) | |
tree | 3bf5304ca2d039720d1dc9d70014f993607eea8a /synapse/api | |
parent | Do not return in a deferred function (diff) | |
download | synapse-8ea509a9357d53f71e7bef09aae59f53b9f2317e.tar.xz |
Update synapse/api/filtering.py
Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
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 |