forked from MirrorHub/synapse
Remove redundant test
This commit is contained in:
parent
5ee070d21f
commit
2aa98ff3bc
1 changed files with 0 additions and 1 deletions
|
@ -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" % (
|
||||||
|
|
Loading…
Reference in a new issue