mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Refer to the error response
This commit is contained in:
parent
17a18c1bac
commit
3a47f58495
|
|
@ -26,10 +26,11 @@ These events can also be received in a `/events` response or in the
|
||||||
|
|
||||||
#### Server Behaviour
|
#### Server Behaviour
|
||||||
|
|
||||||
Servers MUST reject clients from setting account data for event types
|
Servers MUST reject setting account data for event types
|
||||||
that the server manages. Currently, this only includes
|
that the server manages by using a 405 error response.
|
||||||
[`m.fully_read`](#mfully_read) and [`m.push_rules`](#push-rules-events).
|
Currently, this only includes [`m.fully_read`](#mfully_read)
|
||||||
This applies to both global and room-specific account data.
|
and [`m.push_rules`](#push-rules-events). This applies to
|
||||||
|
both global and room-specific account data.
|
||||||
|
|
||||||
{{% boxes/note %}}
|
{{% boxes/note %}}
|
||||||
{{% changed-in v="1.10" %}} `m.push_rules` was added to the rejection
|
{{% changed-in v="1.10" %}} `m.push_rules` was added to the rejection
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue