mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-24 20:40:26 -04:00
Return events in correct order for /events
This commit is contained in:
parent
a1b7902944
commit
0eff740523
2 changed files with 12 additions and 8 deletions
|
@ -1061,6 +1061,7 @@ class RoomEventSource(object):
|
|||
from_key=from_key,
|
||||
to_key=to_key,
|
||||
limit=limit or 10,
|
||||
order='ASC',
|
||||
)
|
||||
|
||||
events = list(room_events)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue