mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-08-04 15:07:47 +02:00
Compare commits
4 commits
2c19f16f6c
...
9da1793f0b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9da1793f0b | ||
|
|
b41698af55 | ||
|
|
89cc8a71a7 | ||
|
|
94dd59b049 |
1
changelogs/client_server/newsfragments/2411.feature
Normal file
1
changelogs/client_server/newsfragments/2411.feature
Normal file
|
|
@ -0,0 +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).
|
||||
|
|
@ -3820,6 +3820,7 @@ the create room request.
|
|||
In this specification the following room types are specified:
|
||||
|
||||
* [`m.space`](#spaces)
|
||||
* [`m.policy`](#moderation-policy-lists)
|
||||
|
||||
Unspecified room types are permitted through the use of
|
||||
[Namespaced Identifiers](/appendices/#common-namespaced-identifier-grammar).
|
||||
|
|
|
|||
|
|
@ -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