Skip to content
Prev Previous commit
Next Next commit
Update content/client-server-api/_index.md
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
  • Loading branch information
Johennes and anoadragon453 authored May 21, 2025
commit c383ebf80b2996f111d31622c00be0bf5833c02e
7 changes: 2 additions & 5 deletions content/client-server-api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2836,11 +2836,8 @@ re-invited.
Homeservers MAY publish a room directory to allow users to discover rooms. A room
can have one of two visibility settings in the directory:

`public`
The room will be shown in the published room directory.

`private`
The room will be hidden from the published room directory.
- `public`: The room will be shown in the published room directory.
- `private`: The room will be hidden from the published room directory.

Clients can define a room's initial visibility in the directory via the `visibility`
parameter in [`/createRoom`](#post_matrixclientv3createroom). Irrespective of room
Expand Down