From 2749a952513180f7d49640006ed687b02f3030a3 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 28 Jun 2021 08:35:44 -0400 Subject: [PATCH] Use a different room version to specify changes in join rules. --- proposals/3083-restricted-rooms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/3083-restricted-rooms.md b/proposals/3083-restricted-rooms.md index 6e30f09e..b33c4f0c 100644 --- a/proposals/3083-restricted-rooms.md +++ b/proposals/3083-restricted-rooms.md @@ -106,7 +106,7 @@ side-step the restriction by issuing an invite first anyway. The `restricted` join rule will be included in a future room version to allow servers and clients to opt-into the new functionality. -During development, an unstable room version of `org.matrix.msc3083` will be used. +During development, an unstable room version of `org.matrix.msc3083.v2` will be used. Since the room version namespaces the behaviour, the `allow` key and value, as well as the `restricted` join rule value do not need unstable prefixes.