element-hq / element-web

A glossy Matrix collaboration client for the web.
https://element.io
GNU Affero General Public License v3.0
11.15k stars 1.99k forks source link

Mobile setup page still references identity servers #11543

Closed turt2live closed 4 years ago

olmari commented 4 years ago

For example our HS has been setup not to refer any IS on everywhere possible, from .well-knowns to Synapse to Riot-web... relevant excerpt from our "local" riot-web config.json:

    "default_server_config": {
        "m.homeserver": {
            "base_url": "https://matrix.hacklab.fi",
            "server_name": "hacklab.fi"
        }
...
    "disable_3pid_login": true,
}

yet on mobile browsers on our riot-web url gives:

Screenshot_20191128-011333_Vivaldi

While page is more-or-less informational, it's still false information :)

Riot-web version: 1.5.5