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

Fix SYN-627, events are in incorrect room in /sync

parent abc1b221
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ class StreamStore(SQLBaseStore):
preserve_fn(self.get_room_events_stream_for_room)(
room_id, from_key, to_key, limit, order=order,
)
for room_id in room_ids
for room_id in rm_ids
])
results.update(dict(zip(rm_ids, res)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment