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:
Michael Kohler 2023-05-23 21:40:32 +02:00 committed by GitHub
parent 4fd9f39966
commit c94bebc983
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@ properties:
- invite
- private
- restricted
- knock_restricted
type: string
allow:
x-addedInMatrixVersion: "1.2"