mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 08:58:38 +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
|
- invite
|
||||||
- private
|
- private
|
||||||
- restricted
|
- restricted
|
||||||
|
- knock_restricted
|
||||||
type: string
|
type: string
|
||||||
allow:
|
allow:
|
||||||
x-addedInMatrixVersion: "1.2"
|
x-addedInMatrixVersion: "1.2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue