MSC: https://github.com/matrix-org/matrix-doc/pull/2432 This commit does not deal with areas which will be covered by the room version specifications (namely the redaction algorithm). It feels a bit overly cruel to completely obliterate all mentions of `m.room.aliases` from the spec as client/server developers may encounter the event type in the wild. To ensure that CTRL+F still works, a brief mention that they do nothing has been put in place, leaving no other references (except the redaction algorithm - see previous paragraph).
12 lines
237 B
Text
12 lines
237 B
Text
{
|
|
"$ref": "core/state_event.json",
|
|
"type": "m.room.canonical_alias",
|
|
"state_key": "",
|
|
"content": {
|
|
"alias": "#somewhere:localhost",
|
|
"alt_aliases": [
|
|
"#somewhere:example.org",
|
|
"#myroom:example.com"
|
|
]
|
|
}
|
|
}
|