mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 17:24:10 +01:00
Clarify that room_alias_name is required for public rooms
This commit is contained in:
parent
5e21583a5a
commit
ebd30834d0
|
|
@ -771,7 +771,7 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"visibility": {
|
"visibility": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Enum: The room visibility.",
|
"description": "Enum: The room visibility. The room_alias_name is required if the visibility is public; without it the room will remain private.",
|
||||||
"required": false,
|
"required": false,
|
||||||
"enum": [
|
"enum": [
|
||||||
"public",
|
"public",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue