mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-06-20 17:24:05 -04: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)(
|
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…
Add table
Add a link
Reference in a new issue