From 2015e0d943663768792a9e3c7bbc1fbaf97a378f Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 11 Aug 2025 15:05:13 -0500 Subject: [PATCH] Fix wrong parameter to use with `/messages` --- content/client-server-api/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index e7de10eb..33e611c2 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -2837,7 +2837,7 @@ most recent message events for each room, as well as the state of the room at the start of the returned timeline. The response also includes a `next_batch` field, which should be used as the value of the `since` parameter in the next call to `/sync`. Finally, the response includes, -for each room, a `prev_batch` field, which can be passed as a `start` +for each room, a `prev_batch` field, which can be passed as a `from`/`to` parameter to the [`/rooms//messages`](/client-server-api/#get_matrixclientv3roomsroomidmessages) API to retrieve earlier messages.