mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Remove redundant test
This commit is contained in:
parent
5ee070d21f
commit
2aa98ff3bc
@ -209,7 +209,6 @@ class SearchHandler(BaseHandler):
|
||||
res = results_map[room_events[-1].event_id]
|
||||
pagination_token = res["pagination_token"]
|
||||
|
||||
if room_events:
|
||||
group = room_groups.setdefault(room_id, {})
|
||||
if pagination_token:
|
||||
next_batch = encode_base64("%s\n%s\n%s" % (
|
||||
|
Loading…
Reference in New Issue
Block a user