From 0922ec677db25a8b981864e9187abc64f9a83f0f Mon Sep 17 00:00:00 2001 From: Matthias Ahouansou Date: Sat, 6 Jul 2024 09:20:36 +0100 Subject: [PATCH] remove confusing description of restricted rooms with no valid conditions Signed-off-by: Matthias Ahouansou --- changelogs/client_server/newsfragments/1903.changelog | 1 + content/client-server-api/_index.md | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 changelogs/client_server/newsfragments/1903.changelog diff --git a/changelogs/client_server/newsfragments/1903.changelog b/changelogs/client_server/newsfragments/1903.changelog new file mode 100644 index 00000000..dc3909f3 --- /dev/null +++ b/changelogs/client_server/newsfragments/1903.changelog @@ -0,0 +1 @@ +Remove confusing description of restricted rooms with no valid conditions diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index be9a2384..25f34f55 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -2571,9 +2571,6 @@ join is happening over federation, the remote server will check the conditions before accepting the join. See the [Server-Server Spec](/server-server-api/#restricted-rooms) for more information. -If the room is `restricted` but no valid conditions are presented then the -room is effectively invite only. - The user does not need to maintain the conditions in order to stay a member of the room: the conditions are only checked/evaluated during the join process.