From 9699aa87f632bc393b29a7fd29258e309192fb81 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Fri, 23 Jul 2021 07:19:09 -0400 Subject: [PATCH] Note unstable prefix. --- proposals/3083-restricted-rooms.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proposals/3083-restricted-rooms.md b/proposals/3083-restricted-rooms.md index 501625a5..941e2f48 100644 --- a/proposals/3083-restricted-rooms.md +++ b/proposals/3083-restricted-rooms.md @@ -157,6 +157,9 @@ During development, an unstable room version of `org.matrix.msc3083.v2` will be 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. +An unstable key of `org.matrix.msc3083.v2.event` will be used in the response +from `/send_join` in place of `event` during development. + ## Alternatives It may seem that just having the `allow` key with `public` join rules is enough