mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-24 16:23:41 +01:00
10 lines
202 B
YAML
10 lines
202 B
YAML
|
|
{
|
||
|
|
"$ref": "core/state_event.json",
|
||
|
|
"type": "m.space.parent",
|
||
|
|
"state_key": "!parent_roomid:example.org",
|
||
|
|
"content": {
|
||
|
|
"canonical": true,
|
||
|
|
"via": ["example.org", "other.example.org"]
|
||
|
|
}
|
||
|
|
}
|