mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-27 00:13:43 +01:00
Indicate default for m.federate key
This commit is contained in:
parent
affc2cfc92
commit
7b4c8a9f68
|
|
@ -15,7 +15,7 @@
|
||||||
},
|
},
|
||||||
"m.federate": {
|
"m.federate": {
|
||||||
"type": "boolean",
|
"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"]
|
"required": ["creator"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue