From 5d1bebedf05a9c4a01d96e856a1ee58bc128853e Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 15 Jun 2021 13:13:17 -0400 Subject: [PATCH] Re-iterate that ban and server-acls matter. --- proposals/3083-restricted-rooms.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proposals/3083-restricted-rooms.md b/proposals/3083-restricted-rooms.md index 506067c5..85ef353c 100644 --- a/proposals/3083-restricted-rooms.md +++ b/proposals/3083-restricted-rooms.md @@ -74,7 +74,8 @@ specification for full details, but the summary below should highlight the diffe between `public`, `invite`, and `restricted`. * `public`: anyone can join, subject to `ban` and `server_acls`, as today. -* `invite`: only people with membership `invite` can join, as today. +* `invite`: only people with membership `invite` can join, subject to `ban` and + `server_acls`, as today. * `knock`: the same as `invite`, except anyone can knock, subject to `ban` and `server_acls`. See [MSC2403](https://github.com/matrix-org/matrix-doc/pull/2403). * `private`: This is reserved, but unspecified.