Skip to content

Commit 1d7846b

Browse files
committed
chore: Add #2357 in `changelogs/.
1 parent 904736e commit 1d7846b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Fixes a typo in `/rooms/{roomId}/relations/{eventId}`.
2+
3+
The specification says about the `from` request query parameter:
4+
5+
> The pagination token to start returning results from. If not supplied, results start at the most recent topological event known to the server.
6+
>
7+
> 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`.
8+
9+
The last part is wrong. It should be:
10+
11+
> … or a `prev_batch` token from `/sync`.

0 commit comments

Comments
 (0)