mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-30 04:28:38 +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": {
|
||||
"visibility": {
|
||||
"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,
|
||||
"enum": [
|
||||
"public",
|
||||
|
|
|
|||
Loading…
Reference in a new issue