forked from MirrorHub/synapse
Don't prepopulate event_results
This commit is contained in:
parent
73d23c6ae8
commit
dc085ddf8c
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ class EventFederationStore(SQLBaseStore):
|
|||
room_id, repr(event_list), limit
|
||||
)
|
||||
|
||||
event_results = set(event_list)
|
||||
event_results = set()
|
||||
|
||||
# We want to make sure that we do a breadth-first, "depth" ordered
|
||||
# search.
|
||||
|
|
Loading…
Reference in a new issue