remove confusing description of restricted rooms with no valid conditions (#1903)

This commit is contained in:
Matthias Ahouansou 2024-07-17 14:26:28 +00:00 committed by GitHub
parent c8eb7f5526
commit 149d5d2a95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -0,0 +1 @@
Remove confusing description of restricted rooms with no valid conditions.

View file

@ -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.