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.