mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-20 05:04:14 -04:00
Make into list
This commit is contained in:
parent
5946aa0877
commit
6ff14ddd2e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue