Skip to content
Snippets Groups Projects
Commit 2aa98ff3 authored by Erik Johnston's avatar Erik Johnston
Browse files

Remove redundant test

parent 5ee070d2
No related branches found
No related tags found
No related merge requests found
...@@ -209,7 +209,6 @@ class SearchHandler(BaseHandler): ...@@ -209,7 +209,6 @@ class SearchHandler(BaseHandler):
res = results_map[room_events[-1].event_id] res = results_map[room_events[-1].event_id]
pagination_token = res["pagination_token"] pagination_token = res["pagination_token"]
if room_events:
group = room_groups.setdefault(room_id, {}) group = room_groups.setdefault(room_id, {})
if pagination_token: if pagination_token:
next_batch = encode_base64("%s\n%s\n%s" % ( next_batch = encode_base64("%s\n%s\n%s" % (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment