mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-08-01 10:37:48 +02:00
Note how to paginate using token returned by /context
It is unclear without deep familiarity of the spec for how to actually paginate messages given the tokens returned by `/context`. There's no mention of how anywhere else in this endpoint. Thus, a small pointer can go a long way.
This commit is contained in:
parent
160339e580
commit
53bb1f30d6
|
|
@ -79,10 +79,10 @@ paths:
|
||||||
properties:
|
properties:
|
||||||
start:
|
start:
|
||||||
type: string
|
type: string
|
||||||
description: A token that can be used to paginate backwards with.
|
description: A token that can be used to paginate backwards with using [`/messages`](#get_matrixclientv3roomsroomidmessages).
|
||||||
end:
|
end:
|
||||||
type: string
|
type: string
|
||||||
description: A token that can be used to paginate forwards with.
|
description: A token that can be used to paginate forwards with using [`/messages`](#get_matrixclientv3roomsroomidmessages).
|
||||||
events_before:
|
events_before:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue