Skip to content

Commit

Permalink
Add knock_restricted to m.room.join_rules enum (#1535)
Browse files Browse the repository at this point in the history
* Add knock_restricted to m.room.join_rules enum

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

Fixes #1491

* Add changelog
  • Loading branch information
MichaelKohler committed May 23, 2023
1 parent 4fd9f39 commit c94bebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1535.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing `knock_restricted` join rule to the `m.room.join_rules` schema.
1 change: 1 addition & 0 deletions data/event-schemas/schema/m.room.join_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ properties:
- invite
- private
- restricted
- knock_restricted
type: string
allow:
x-addedInMatrixVersion: "1.2"
Expand Down

0 comments on commit c94bebc

Please sign in to comment.