mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 01:58:36 +01:00
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
{
|
|
"$ref": "core/state_event.json",
|
|
"state_key": "example.org",
|
|
"type": "m.room.aliases",
|
|
"content": {
|
|
"aliases": ["#somewhere:example.org", "#another:example.org"]
|
|
}
|
|
}
|