Add knock_restricted to m.room.join_rules enum

Signed-off-by: Michael Kohler <me@michaelkohler.info>

Fixes #1491
This commit is contained in:
Michael Kohler 2023-05-23 21:00:05 +02:00
parent 9dd9639dd7
commit 3fe228f96f

View file

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