mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-08-04 15:07:47 +02:00
Compare commits
3 commits
29342b5b8e
...
063b10f24c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
063b10f24c | ||
|
|
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),
|
||||
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:
|
||||
`user`, `server`, and `room`. All 3 are described with
|
||||
`m.policy.rule.<kind>` state events. The `state_key` for a policy rule
|
||||
|
|
|
|||
Loading…
Reference in a new issue