mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-01 03:53:46 +01:00
11 lines
239 B
YAML
11 lines
239 B
YAML
|
|
{
|
||
|
|
"$ref": "core/state_event.json",
|
||
|
|
"type": "m.space.child",
|
||
|
|
"state_key": "!roomid:example.org",
|
||
|
|
"content": {
|
||
|
|
"suggested": true,
|
||
|
|
"via": ["example.org", "other.example.org"],
|
||
|
|
"order": "lexicographically_compare_me"
|
||
|
|
}
|
||
|
|
}
|