From 20e07cab025f4f3fa7abc1a2505a86a1fe0563d8 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 27 Jul 2021 12:17:39 -0400 Subject: [PATCH] Add note about redacting the allow key. --- proposals/3083-restricted-rooms.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proposals/3083-restricted-rooms.md b/proposals/3083-restricted-rooms.md index 941e2f483..1caa9f970 100644 --- a/proposals/3083-restricted-rooms.md +++ b/proposals/3083-restricted-rooms.md @@ -57,6 +57,8 @@ Any entries in the list which do not match the expected format are ignored. Thus if all entries are invalid, the list behaves as if empty and all users without an invite are rejected. +The `allow` key is to be protected when redacting an event. + When a homeserver receives a `/join` request from a client or a `/make_join` / `/send_join` request from another homeserver, the request should only be permitted if the user is invited to this room, or is joined to one of the listed rooms. If