mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-08-04 23:17:48 +02:00
Compare commits
2 commits
94dd59b049
...
b41698af55
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b41698af55 | ||
|
|
89cc8a71a7 |
|
|
@ -1 +1 @@
|
||||||
Introduce room type `m.policy` to indicate rooms likely to contain policy lists.
|
Introduce room type `m.policy` to indicate rooms likely to contain policy lists, as per [MSC3784](https://github.com/matrix-org/matrix-spec-proposals/pull/3784).
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,10 @@ restrictions on how the rooms can be configured in terms of
|
||||||
[join rules](#mroomjoin_rules), [history visibility](#room-history-visibility),
|
[join rules](#mroomjoin_rules), [history visibility](#room-history-visibility),
|
||||||
encryption, etc.
|
encryption, etc.
|
||||||
|
|
||||||
|
A moderation policy list may be designated by the [`m.policy` room type](#types),
|
||||||
|
however, policy events may still be sent in rooms without this room type. Sending
|
||||||
|
messages in rooms with the `m.policy` room type is discouraged, but not forbidden.
|
||||||
|
|
||||||
There are currently 3 kinds of entities which can be affected by rules:
|
There are currently 3 kinds of entities which can be affected by rules:
|
||||||
`user`, `server`, and `room`. All 3 are described with
|
`user`, `server`, and `room`. All 3 are described with
|
||||||
`m.policy.rule.<kind>` state events. The `state_key` for a policy rule
|
`m.policy.rule.<kind>` state events. The `state_key` for a policy rule
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue