mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Be explicit about what we're doing
This commit is contained in:
parent
2aa98ff3bc
commit
66d36b8e41
@ -121,7 +121,7 @@ class SearchHandler(BaseHandler):
|
||||
room_ids = search_filter.filter_rooms(room_ids)
|
||||
|
||||
if batch_group == "room_id":
|
||||
room_ids = room_ids & {batch_group_key}
|
||||
room_ids.intersection_update({batch_group_key})
|
||||
|
||||
rank_map = {} # event_id -> rank of event
|
||||
allowed_events = []
|
||||
|
Loading…
Reference in New Issue
Block a user