Clarify that the creation event can have other keys in it
This commit is contained in:
parent
6c7a93d2f5
commit
1fd7c99461
1 changed files with 4 additions and 12 deletions
|
@ -151,18 +151,10 @@ paths:
|
||||||
title: CreationContent
|
title: CreationContent
|
||||||
type: object
|
type: object
|
||||||
description: |-
|
description: |-
|
||||||
Extra keys to be added to the content of the ``m.room.create``.
|
Extra keys, such as ``m.federate``, to be added to the content
|
||||||
The server will clobber the following keys: ``creator``. Future
|
of the `m.room.create`_ event. The server will clobber the following
|
||||||
versions of the specification may allow the server to clobber
|
keys: ``creator``. Future versions of the specification may allow
|
||||||
other keys.
|
the server to clobber other keys.
|
||||||
properties:
|
|
||||||
"m.federate":
|
|
||||||
type: boolean
|
|
||||||
description: |-
|
|
||||||
Whether users on other servers can join this room. Defaults
|
|
||||||
to ``true`` or what the server specifies. Setting this to
|
|
||||||
``false`` may prevent users from being invited as part of
|
|
||||||
this room creation request if they reside on other servers.
|
|
||||||
initial_state:
|
initial_state:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue