Skip to content

Canonical alias doesn't show up in RoomSettings even though it's set #7325

@ara4n

Description

@ara4n

@bmarty has this in his RoomSettings:

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions