Compare commits

..

2 commits

Author SHA1 Message Date
Ivan Enderlin eaf55d82a8
Merge 1d7846b0f9 into 48051c3450 2026-04-22 11:34:32 +02:00
Ivan Enderlin 1d7846b0f9
chore: Add #2357 in `changelogs/. 2026-04-17 18:12:50 +02:00

View file

@ -1 +1,11 @@
The `prev_batch` token from `/sync` can be used as the `from` value in `GET /rooms/{roomId}/relations/{eventId}`.
Fixes a typo in `/rooms/{roomId}/relations/{eventId}`.
The specification says about the `from` request query parameter:
> The pagination token to start returning results from. If not supplied, results start at the most recent topological event known to the server.
>
> Can be a `next_batch` or `prev_batch` token from a previous call, or a returned `start` token from `/messages`, or a `next_batch` token from `/sync`.
The last part is wrong. It should be:
> … or a `prev_batch` token from `/sync`.