|
|
@ -62,13 +62,11 @@ paths:
|
|
|
|
|
|
|
|
|
|
|
|
The available presets do the following with respect to room state:
|
|
|
|
The available presets do the following with respect to room state:
|
|
|
|
|
|
|
|
|
|
|
|
======================== ============== ====================== ================ =========
|
|
|
|
| Preset | `join_rules` | `history_visibility` | `guest_access` | Other |
|
|
|
|
Preset `join_rules` `history_visibility` `guest_access` Other
|
|
|
|
|------------------------|--------------|----------------------|----------------|-------|
|
|
|
|
======================== ============== ====================== ================ =========
|
|
|
|
| `private_chat` | `invite` | `shared` | `can_join` | |
|
|
|
|
`private_chat` `invite` `shared` `can_join`
|
|
|
|
| `trusted_private_chat` | `invite` | `shared` | `can_join` | All invitees are given the same power level as the room creator. |
|
|
|
|
`trusted_private_chat` `invite` `shared` `can_join` All invitees are given the same power level as the room creator.
|
|
|
|
| `public_chat` | `public` | `shared` | `forbidden` | |
|
|
|
|
`public_chat` `public` `shared` `forbidden`
|
|
|
|
|
|
|
|
======================== ============== ====================== ================ =========
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The server will create a `m.room.create` event in the room with the
|
|
|
|
The server will create a `m.room.create` event in the room with the
|
|
|
|
requesting user as the creator, alongside other keys provided in the
|
|
|
|
requesting user as the creator, alongside other keys provided in the
|
|
|
|