From 3fe228f96fdf37e9a18653f37bf2a4b3d7e679c1 Mon Sep 17 00:00:00 2001 From: Michael Kohler Date: Tue, 23 May 2023 21:00:05 +0200 Subject: [PATCH] Add knock_restricted to m.room.join_rules enum Signed-off-by: Michael Kohler Fixes #1491 --- data/event-schemas/schema/m.room.join_rules.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/event-schemas/schema/m.room.join_rules.yaml b/data/event-schemas/schema/m.room.join_rules.yaml index d5f8eb2d..b6a322c6 100644 --- a/data/event-schemas/schema/m.room.join_rules.yaml +++ b/data/event-schemas/schema/m.room.join_rules.yaml @@ -28,6 +28,7 @@ properties: - invite - private - restricted + - knock_restricted type: string allow: x-addedInMatrixVersion: "1.2"