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
pull/1536/head
Michael Kohler 12 months ago committed by GitHub
parent 4fd9f39966
commit c94bebc983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save