mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix SYN-627, events are in incorrect room in /sync
This commit is contained in:
parent
abc1b22193
commit
ce14c7a995
@ -175,7 +175,7 @@ class StreamStore(SQLBaseStore):
|
|||||||
preserve_fn(self.get_room_events_stream_for_room)(
|
preserve_fn(self.get_room_events_stream_for_room)(
|
||||||
room_id, from_key, to_key, limit, order=order,
|
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)))
|
results.update(dict(zip(rm_ids, res)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user