matrix-spec/data
Ivan Enderlin 904736ef0f
fix(client-server): Fix a typo in /rooms/{roomId}/relations/{eventId}.
This patch 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`.

Signed-off-by: Ivan Enderlin <ivan@mnt.io>
2026-04-17 18:11:51 +02:00
..
api fix(client-server): Fix a typo in /rooms/{roomId}/relations/{eventId}. 2026-04-17 18:11:51 +02:00
event-schemas Improvements to "Events" section (#2349) 2026-04-14 21:30:06 -04:00
schemas Spec Account management for OAuth 2.0 API (#2270) 2026-01-20 11:06:45 -07:00
string-formats.yaml Improvements to "Events" section (#2349) 2026-04-14 21:30:06 -04:00