From 157d5a013089d864202c1cff63d070d1ea14126b Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 23 Oct 2019 13:13:13 -0600 Subject: [PATCH] Update ServerTypeSelector for new matrix.org CS API URL This was missed in https://github.com/vector-im/riot-web/pull/11112 and causes problems where matrix.org isn't pre-selected. --- src/components/views/auth/ServerTypeSelector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/auth/ServerTypeSelector.js b/src/components/views/auth/ServerTypeSelector.js index fa76bc8512..ebc2ea6d37 100644 --- a/src/components/views/auth/ServerTypeSelector.js +++ b/src/components/views/auth/ServerTypeSelector.js @@ -35,7 +35,7 @@ export const TYPES = { logo: () => , description: () => _t('Join millions for free on the largest public server'), serverConfig: makeType(ValidatedServerConfig, { - hsUrl: "https://matrix.org", + hsUrl: "https://matrix-client.matrix.org", hsName: "matrix.org", hsNameIsDifferent: false, isUrl: "https://vector.im",