mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Make into list
This commit is contained in:
parent
5946aa0877
commit
6ff14ddd2e
@ -405,7 +405,7 @@ class EventsStore(SQLBaseStore):
|
|||||||
|
|
||||||
for room_id, latest_event_ids in new_forward_extremeties.iteritems():
|
for room_id, latest_event_ids in new_forward_extremeties.iteritems():
|
||||||
self.get_latest_event_ids_in_room.prefill(
|
self.get_latest_event_ids_in_room.prefill(
|
||||||
(room_id,), latest_event_ids
|
(room_id,), list(latest_event_ids)
|
||||||
)
|
)
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
|
Loading…
Reference in New Issue
Block a user