diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-24 17:22:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-24 17:22:09 +0000 |
commit | 03c85335d1d386c0523af3b6bf992f83bfb905d7 (patch) | |
tree | 4704e1967ded90ae94c37edc6d214108cb1deb20 /synapse/handlers | |
parent | Update synapse/api/filtering.py (diff) | |
download | synapse-03c85335d1d386c0523af3b6bf992f83bfb905d7.tar.xz |
Apply suggestions from code review
Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/search.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/search.py b/synapse/handlers/search.py index 75c26fe065..49c439313e 100644 --- a/synapse/handlers/search.py +++ b/synapse/handlers/search.py @@ -52,7 +52,7 @@ class SearchHandler(BaseHandler): room_id (str): id of the room to search through. Returns: - Deferred[iterable[str]]: predecessor room ids + Deferred[iterable[unicode]]: predecessor room ids """ historical_room_ids = [] |