From 21b3899a500507238f1bb83c2bfb605b15a0afe1 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Tue, 5 May 2026 09:32:29 +0000 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kévin Commaille <76261501+zecakeh@users.noreply.github.com> --- changelogs/client_server/newsfragments/2372.clarification | 2 +- data/api/client-server/event_context.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelogs/client_server/newsfragments/2372.clarification b/changelogs/client_server/newsfragments/2372.clarification index 37faaa59..94615f81 100644 --- a/changelogs/client_server/newsfragments/2372.clarification +++ b/changelogs/client_server/newsfragments/2372.clarification @@ -1 +1 @@ -Clarify how to paginate messages using the pagination tokens returned by `/rooms/{roomId}/context/{eventId}`. \ No newline at end of file +Clarify how to paginate messages using the pagination tokens returned by `GET /rooms/{roomId}/context/{eventId}`. \ No newline at end of file diff --git a/data/api/client-server/event_context.yaml b/data/api/client-server/event_context.yaml index 3dfdf252..a23c1aa7 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 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: |-