From 53bb1f30d6886861ec87ba33ae8c3236668c418b Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 1 May 2026 11:27:08 +0100 Subject: [PATCH] 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. --- data/api/client-server/event_context.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/api/client-server/event_context.yaml b/data/api/client-server/event_context.yaml index 0c927a6d..3dfdf252 100644 --- a/data/api/client-server/event_context.yaml +++ b/data/api/client-server/event_context.yaml @@ -79,10 +79,10 @@ paths: properties: start: 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: 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: type: array description: |-