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
|
@ -1363,7 +1363,7 @@ messages.
|
||||||
|
|
||||||
{{% event event="m.room_key_request" %}}
|
{{% event event="m.room_key_request" %}}
|
||||||
|
|
||||||
{{% event event="m.room_key" %}}
|
{{% event event="m.forwarded_room_key" %}}
|
||||||
|
|
||||||
{{% event event="m.dummy" %}}
|
{{% event event="m.dummy" %}}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -437,7 +437,7 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
The desired start point of the list. Should be the `next_batch` field
|
The desired start point of the list. Should be the `next_batch` field
|
||||||
from a response to an earlier call to |/sync|. Users who have not
|
from a response to an earlier call to [`/sync`](/client-server-api/#get_matrixclientr0sync). Users who have not
|
||||||
uploaded new device identity keys since this point, nor deleted
|
uploaded new device identity keys since this point, nor deleted
|
||||||
existing devices with identity keys since then, will be excluded
|
existing devices with identity keys since then, will be excluded
|
||||||
from the results.
|
from the results.
|
||||||
|
@ -448,7 +448,7 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
The desired end point of the list. Should be the `next_batch`
|
The desired end point of the list. Should be the `next_batch`
|
||||||
field from a recent call to |/sync| - typically the most recent
|
field from a recent call to [`/sync`](/client-server-api/#get_matrixclientr0sync) - typically the most recent
|
||||||
such call. This may be used by the server as a hint to check its
|
such call. This may be used by the server as a hint to check its
|
||||||
caches are up to date.
|
caches are up to date.
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue