From 04c88f584c87d0842c54110c0ba3031fbdd1e4cc Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 13 Jul 2021 08:46:29 -0400 Subject: [PATCH] Clarify users must be joined to an allowed room. Co-authored-by: Matthew Hodgson --- 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 5a23a9db..3e0f0f7c 100644 --- a/proposals/3083-restricted-rooms.md +++ b/proposals/3083-restricted-rooms.md @@ -59,7 +59,7 @@ an invite are rejected. When an 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 has a valid invite or is in one of the listed rooms. If the user is +if the user is invited to this room, or is joined to one of the listed rooms. If the user is not a member of at least one of the rooms, the homeserver should return an error response with HTTP status code of 403 and an `errcode` of `M_FORBIDDEN`.