-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
@bmarty has this in his RoomSettings:
but in practice that room does have a canonical alias:
{
"content": {
"alias": "#benoit1to1:matrix.org"
},
"event_id": "$153668066338483YfhcQ:matrix.org",
"origin_server_ts": 1536680663655,
"sender": "@ganfra:matrix.org",
"state_key": "",
"type": "m.room.canonical_alias",
"unsigned": {
"age": 75850200
}
},
...as well as m.room.aliases
of:
{
"content": {
"aliases": [
"#benoit1to1:matrix.org"
]
},
"event_id": "$15366806592116XDAGj:matrix.org",
"origin_server_ts": 1536680659159,
"sender": "@ganfra:matrix.org",
"state_key": "matrix.org",
"type": "m.room.aliases",
"unsigned": {
"age": 75854696
}
},
Metadata
Metadata
Assignees
Labels
No labels