mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-13 11:47:48 +02:00
Apply suggestions from code review
Co-authored-by: Kévin Commaille <76261501+zecakeh@users.noreply.github.com>
This commit is contained in:
parent
088a2b5eb3
commit
21b3899a50
|
|
@ -1 +1 @@
|
|||
Clarify how to paginate messages using the pagination tokens returned by `/rooms/{roomId}/context/{eventId}`.
|
||||
Clarify how to paginate messages using the pagination tokens returned by `GET /rooms/{roomId}/context/{eventId}`.
|
||||
|
|
@ -79,10 +79,10 @@ paths:
|
|||
properties:
|
||||
start:
|
||||
type: string
|
||||
description: A token that can be used to paginate backwards with using [`/messages`](#get_matrixclientv3roomsroomidmessages).
|
||||
description: A token that can be used to paginate backwards with using [`GET /messages`](/client-server-api/#get_matrixclientv3roomsroomidmessages).
|
||||
end:
|
||||
type: string
|
||||
description: A token that can be used to paginate forwards with using [`/messages`](#get_matrixclientv3roomsroomidmessages).
|
||||
description: A token that can be used to paginate forwards with using [`GET /messages`](/client-server-api/#get_matrixclientv3roomsroomidmessages).
|
||||
events_before:
|
||||
type: array
|
||||
description: |-
|
||||
|
|
|
|||
Loading…
Reference in a new issue