mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Clean up.
This commit is contained in:
parent
c04ef8e652
commit
0e24942aca
|
|
@ -226,13 +226,14 @@ return a standard error response of the form:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
The `retry_after_ms` key SHOULD be included to tell the client how long
|
|
||||||
they have to wait in milliseconds before they can try again.
|
|
||||||
|
|
||||||
{{% added-in v="1.10" %}}
|
{{% added-in v="1.10" %}}
|
||||||
|
|
||||||
The `Retry-After` HTTP header SHOULD be specified by the server on any 429
|
The [`Retry-After`](https://www.rfc-editor.org/rfc/rfc9110#field.retry-after)
|
||||||
code response. It SHOULD be preferred by clients, falling back to `retry_after_ms`.
|
HTTP header SHOULD be specified by the server on any 429 code response.
|
||||||
|
|
||||||
|
The `retry_after_ms` key MAY be included to tell the client how long
|
||||||
|
they have to wait in milliseconds before they can try again. This field is
|
||||||
|
deprecated, in favour of the `Retry-After` header.
|
||||||
|
|
||||||
### Transaction identifiers
|
### Transaction identifiers
|
||||||
|
|
||||||
|
|
@ -2543,12 +2544,6 @@ users, they should include the display name and avatar URL fields in
|
||||||
these events so that clients already have these details to hand, and do
|
these events so that clients already have these details to hand, and do
|
||||||
not have to perform extra round trips to query it.
|
not have to perform extra round trips to query it.
|
||||||
|
|
||||||
## Security
|
|
||||||
|
|
||||||
{{% boxes/note %}}
|
|
||||||
The rate limiting section is now part of the [API standards section](#rate-limiting).
|
|
||||||
{{% /boxes/note %}}
|
|
||||||
|
|
||||||
## Modules
|
## Modules
|
||||||
|
|
||||||
Modules are parts of the Client-Server API which are not universal to
|
Modules are parts of the Client-Server API which are not universal to
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue