mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-28 05:39:36 +03:00
Fix SYN-627, events are in incorrect room in /sync
This commit is contained in:
parent
abc1b22193
commit
ce14c7a995
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue