mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-23 19:24:10 +02:00
Don't mark 'aliases' on m.room.canonical_alias as required, because it isn't.
This commit is contained in:
parent
9f286841da
commit
30a4f17420
|
|
@ -13,8 +13,7 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The canonical alias."
|
"description": "The canonical alias."
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"required": ["alias"]
|
|
||||||
},
|
},
|
||||||
"state_key": {
|
"state_key": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue