mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
14 lines
265 B
YAML
14 lines
265 B
YAML
{
|
|
"$ref": "core/state_event.json",
|
|
"type": "m.room.create",
|
|
"state_key": "",
|
|
"content": {
|
|
"room_version": "11",
|
|
"m.federate": true,
|
|
"predecessor": {
|
|
"event_id": "$something:example.org",
|
|
"room_id": "!oldroom:example.org"
|
|
}
|
|
}
|
|
}
|