From 149d5d2a959de088f9b3f13c329b0c8ecc17a14c Mon Sep 17 00:00:00 2001 From: Matthias Ahouansou Date: Wed, 17 Jul 2024 14:26:28 +0000 Subject: [PATCH] remove confusing description of restricted rooms with no valid conditions (#1903) --- changelogs/client_server/newsfragments/1903.clarification | 1 + content/client-server-api/_index.md | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 changelogs/client_server/newsfragments/1903.clarification diff --git a/changelogs/client_server/newsfragments/1903.clarification b/changelogs/client_server/newsfragments/1903.clarification new file mode 100644 index 000000000..3ec46ef26 --- /dev/null +++ b/changelogs/client_server/newsfragments/1903.clarification @@ -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 7689ff13d..ba013735c 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -2574,9 +2574,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.