mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-14 23:44:10 +01:00
PR feedback
This commit is contained in:
parent
53aa8fe8ec
commit
8b28972a2d
|
|
@ -103,7 +103,10 @@ paths:
|
||||||
chunk:
|
chunk:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
A list of room events. The order depends on the ``dir`` parameter. For ``dir=b`` events will be in reverse-chronological order, for ``dir=f`` in chronological order, so that events start at the ``from`` point.
|
A list of room events. The order depends on the ``dir`` parameter.
|
||||||
|
For ``dir=b`` events will be in reverse-chronological order,
|
||||||
|
for ``dir=f`` in chronological order, so that events start
|
||||||
|
at the ``from`` point.
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
title: RoomEvent
|
title: RoomEvent
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify the order events in chunk are returned in for /messages
|
||||||
Loading…
Reference in a new issue