Add 'm.federate' flag to 'm.room.create;

pull/977/head
Erik Johnston 9 years ago
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…
Cancel
Save