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

Fix federation lookups in onbind callbacks #185

Merged
merged 1 commit into from
Aug 5, 2019
Merged

Fix federation lookups in onbind callbacks #185

merged 1 commit into from
Aug 5, 2019

Commits on Aug 2, 2019

  1. Fix federation lookups in onbind callbacks

    It was doing an extra pickServer before attempting to hit the
    matrix URL, so effectively doing the srv lookup twice, which makes
    it not work. This removes all the unnecessary code and makes it work.
    
    Fixes element-hq/element-web#10483
    dbkr committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    2d9f038 View commit details
    Browse the repository at this point in the history