Skip to content
Snippets Groups Projects
Commit 6ff14ddd authored by Erik Johnston's avatar Erik Johnston
Browse files

Make into list

parent 5946aa08
Branches
Tags
No related merge requests found
...@@ -405,7 +405,7 @@ class EventsStore(SQLBaseStore): ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment