mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-08-05 07:27:52 +02:00
Compare commits
1 commit
063b10f24c
...
29342b5b8e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29342b5b8e |
|
|
@ -1 +1 @@
|
||||||
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).
|
Introduce room type `m.policy` to indicate rooms likely to contain policy lists.
|
||||||
|
|
|
||||||
|
|
@ -22,10 +22,6 @@ 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