Move description about which preset to use when none is specified
This commit is contained in:
parent
7d14309b63
commit
6c7a93d2f5
1 changed files with 5 additions and 5 deletions
|
@ -96,11 +96,6 @@ paths:
|
|||
``private`` visibility if this key is not included. NB: This
|
||||
should not be confused with ``join_rules`` which also uses the
|
||||
word ``public``.
|
||||
|
||||
If no ``preset`` is specificed, the server may use the visbility
|
||||
to determine which preset to use. A visbility of ``public``
|
||||
equates to a preset of ``public_chat`` and ``private`` visibility
|
||||
equates to a preset of ``private_chat``.
|
||||
room_alias_name:
|
||||
type: string
|
||||
description: |-
|
||||
|
@ -198,6 +193,11 @@ paths:
|
|||
description: |-
|
||||
Convenience parameter for setting various default state events
|
||||
based on a preset.
|
||||
|
||||
If unspecified, the server should use the ``visibility`` to determine
|
||||
which preset to use. A visbility of ``public`` equates to a preset of
|
||||
``public_chat`` and ``private`` visibility equates to a preset of
|
||||
``private_chat``.
|
||||
is_direct:
|
||||
type: boolean
|
||||
description: |-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue