mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-17 16:44:09 +02:00
Add creation_content key
This commit is contained in:
parent
e5f805c0d5
commit
4776e0c04c
|
|
@ -750,6 +750,16 @@ options which can be set when creating a room:
|
||||||
This will tell the server to invite everyone in the list to the newly
|
This will tell the server to invite everyone in the list to the newly
|
||||||
created room.
|
created room.
|
||||||
|
|
||||||
|
``creation_content``
|
||||||
|
Type:
|
||||||
|
Object
|
||||||
|
Optional:
|
||||||
|
Yes
|
||||||
|
Value:
|
||||||
|
Extra keys to be added to the content of the ``m.room.create``
|
||||||
|
Description:
|
||||||
|
Allows clients to add keys to the content of ``m.room.create``.
|
||||||
|
|
||||||
Example::
|
Example::
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue