mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Add knock_restricted to m.room.join_rules enum (#1535)
* Add knock_restricted to m.room.join_rules enum Signed-off-by: Michael Kohler <me@michaelkohler.info> Fixes #1491 * Add changelog
This commit is contained in:
parent
4fd9f39966
commit
c94bebc983
|
|
@ -0,0 +1 @@
|
|||
Add missing `knock_restricted` join rule to the `m.room.join_rules` schema.
|
||||
|
|
@ -28,6 +28,7 @@ properties:
|
|||
- invite
|
||||
- private
|
||||
- restricted
|
||||
- knock_restricted
|
||||
type: string
|
||||
allow:
|
||||
x-addedInMatrixVersion: "1.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue