mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 18:24:49 -04:00
Ensure event_results is a set
This commit is contained in:
parent
5b731178b2
commit
9084cdd70f
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ class EventFederationStore(SQLBaseStore):
|
||||||
room_id, repr(event_list), limit
|
room_id, repr(event_list), limit
|
||||||
)
|
)
|
||||||
|
|
||||||
event_results = event_list
|
event_results = set(event_list)
|
||||||
|
|
||||||
front = event_list
|
front = event_list
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue