Compare commits

...

2 commits

Author SHA1 Message Date
Johannes Marbach 5cffbf6552
Merge 4d310046a1 into 1edf62c3f1 2026-07-14 18:29:09 -04:00
Johannes Marbach 4d310046a1 Add further normative language in mutual rooms server behaviour
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2026-07-09 07:41:57 +02:00
2 changed files with 4 additions and 3 deletions

View file

@ -0,0 +1 @@
Add further normative language in mutual rooms server behaviour.

View file

@ -6,9 +6,9 @@
#### Server behaviour
The server may decide that the response to this endpoint is too large, and only return a
subset of the results. In this case, the server should populate the optional field `next_batch`
with an [opaque identifier](/appendices/#opaque-identifiers). The client may then supply
The server MAY decide that the response to this endpoint is too large, and only return a
subset of the results. In this case, the server MUST populate the optional field `next_batch`
with an [opaque identifier](/appendices/#opaque-identifiers). The client can then supply
the identifier as the `from` query parameter in a subsequent request, along with the original
`user_id`, to fetch the next batch of responses. This will continue until the server no longer
inserts `next_batch`, meaning there are no further results.