summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-01-24 17:22:09 +0000
committerGitHub <noreply@github.com>2019-01-24 17:22:09 +0000
commit03c85335d1d386c0523af3b6bf992f83bfb905d7 (patch)
tree4704e1967ded90ae94c37edc6d214108cb1deb20 /synapse/handlers
parentUpdate synapse/api/filtering.py (diff)
downloadsynapse-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.py2
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 = []