Merge pull request #3564 from matrix-org/travis/fix-matrix.org

Update ServerTypeSelector for new matrix.org CS API URL
pull/21833/head
Travis Ralston 2019-10-24 09:03:44 -06:00 committed by GitHub
commit 71c5b7959c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export const TYPES = {
logo: () => <img src={require('../../../../res/img/matrix-org-bw-logo.svg')} />,
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",