Clarify that via
is required for m.space.parent
and m.space.child
as per MSC1772. (#1618)
This commit is contained in:
parent
5e938f2b83
commit
838dec272c
3 changed files with 5 additions and 0 deletions
|
@ -0,0 +1 @@
|
||||||
|
Clarify that the `via` property is required for `m.space.parent` and `m.space.child` as per MSC1772. Contributed by @PaarthShah.
|
|
@ -34,6 +34,8 @@ properties:
|
||||||
Optional (default `false`) flag to denote whether the child is "suggested" or of interest
|
Optional (default `false`) flag to denote whether the child is "suggested" or of interest
|
||||||
to members of the space. This is primarily intended as a rendering hint for clients to
|
to members of the space. This is primarily intended as a rendering hint for clients to
|
||||||
display the room differently, such as eagerly rendering them in the room list.
|
display the room differently, such as eagerly rendering them in the room list.
|
||||||
|
required:
|
||||||
|
- via
|
||||||
type: object
|
type: object
|
||||||
state_key:
|
state_key:
|
||||||
description: The child room ID being described.
|
description: The child room ID being described.
|
||||||
|
|
|
@ -20,6 +20,8 @@ properties:
|
||||||
|
|
||||||
When multiple `canonical` parents are found, the lowest parent when ordering by room ID
|
When multiple `canonical` parents are found, the lowest parent when ordering by room ID
|
||||||
lexicographically by Unicode code-points should be used.
|
lexicographically by Unicode code-points should be used.
|
||||||
|
required:
|
||||||
|
- via
|
||||||
type: object
|
type: object
|
||||||
state_key:
|
state_key:
|
||||||
description: The parent room ID.
|
description: The parent room ID.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue