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
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue