mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-19 18:04:09 +01:00
Add 'm.federate' flag to 'm.room.create;
This commit is contained in:
parent
4776e0c04c
commit
affc2cfc92
|
|
@ -12,6 +12,10 @@
|
||||||
"creator": {
|
"creator": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The ``user_id`` of the room creator. This is set by the homeserver."
|
"description": "The ``user_id`` of the room creator. This is set by the homeserver."
|
||||||
|
},
|
||||||
|
"m.federate": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Whether users on other servers can join this room."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["creator"]
|
"required": ["creator"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue