matrix-spec/event-schemas/examples/m.room.canonical_alias

13 lines
237 B
Plaintext
Raw Normal View History

2015-09-04 12:43:11 +02:00
{
"$ref": "core/state_event.json",
"type": "m.room.canonical_alias",
"state_key": "",
2015-09-04 12:43:11 +02:00
"content": {
"alias": "#somewhere:localhost",
"alt_aliases": [
"#somewhere:example.org",
"#myroom:example.com"
]
}
2015-09-04 12:43:11 +02:00
}