mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-31 04:58:37 +01:00
Define the order for events returned by /context API
This commit is contained in:
parent
bf7ca36cf6
commit
bc83677d98
|
|
@ -65,7 +65,7 @@ paths:
|
|||
type: array
|
||||
description: |-
|
||||
A list of room events that happened just before the
|
||||
requested event.
|
||||
requested event, in reverse-chronological order.
|
||||
items:
|
||||
allOf:
|
||||
- "$ref": "../../event-schemas/schema/core-event-schema/room_event.yaml"
|
||||
|
|
@ -78,7 +78,7 @@ paths:
|
|||
type: array
|
||||
description: |-
|
||||
A list of room events that happened just after the
|
||||
requested event.
|
||||
requested event, in chronological order.
|
||||
items:
|
||||
allOf:
|
||||
- "$ref": "../../event-schemas/schema/core-event-schema/room_event.yaml"
|
||||
|
|
|
|||
Loading…
Reference in a new issue