Indicate default for m.federate key

This commit is contained in:
Erik Johnston 2015-09-29 16:19:27 +01:00
parent affc2cfc92
commit 7b4c8a9f68

View file

@ -15,7 +15,7 @@
},
"m.federate": {
"type": "boolean",
"description": "Whether users on other servers can join this room."
"description": "Whether users on other servers can join this room. Defaults to ``true`` if key does not exist."
}
},
"required": ["creator"]