Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the homeserver in the Matrix ID if server discovery failed #8818

Closed
babolivier opened this issue Feb 20, 2019 · 1 comment
Closed

Use the homeserver in the Matrix ID if server discovery failed #8818

babolivier opened this issue Feb 20, 2019 · 1 comment
Assignees
Labels
A-Login P1 S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect

Comments

@babolivier
Copy link
Contributor

I often use https://riot.im/develop (to avoid the troubles of having to build the develop branch myself), and sometimes I try to connect to a homeserver, using a full MXID like @alice:matrix.example.com, that has no /.well-known/matrix/client file. This causes server discovery to fail and Riot to try and authenticate the user against matrix.org (the default server in Riot's configuration) instead of matrix.example.com. It might be just me, but it feels really counterintuitive to me.

@turt2live
Copy link
Member

As per #9290, the decision here is to just fail the user's ability to log in. It should not default to matrix.org - that is a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Login P1 S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect
Projects
None yet
Development

No branches or pull requests

3 participants