mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-04 13:23:43 +01:00
Add 'm.federate' flag to 'm.room.create;
This commit is contained in:
parent
4776e0c04c
commit
affc2cfc92
|
|
@ -12,6 +12,10 @@
|
|||
"creator": {
|
||||
"type": "string",
|
||||
"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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue