A few small fixes in /data and /content
This commit is contained in:
parent
9a179038cc
commit
3e03e7b17a
3 changed files with 8 additions and 10 deletions
|
@ -62,13 +62,11 @@ paths:
|
|||
|
||||
The available presets do the following with respect to room state:
|
||||
|
||||
======================== ============== ====================== ================ =========
|
||||
Preset `join_rules` `history_visibility` `guest_access` Other
|
||||
======================== ============== ====================== ================ =========
|
||||
`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.
|
||||
`public_chat` `public` `shared` `forbidden`
|
||||
======================== ============== ====================== ================ =========
|
||||
| Preset | `join_rules` | `history_visibility` | `guest_access` | Other |
|
||||
|------------------------|--------------|----------------------|----------------|-------|
|
||||
| `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. |
|
||||
| `public_chat` | `public` | `shared` | `forbidden` | |
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue