You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Merge pull request #3564 from matrix-org/travis/fix-matrix.org
Update ServerTypeSelector for new matrix.org CS API URL
This commit is contained in:
@@ -35,7 +35,7 @@ export const TYPES = {
|
|||||||
logo: () => <img src={require('../../../../res/img/matrix-org-bw-logo.svg')} />,
|
logo: () => <img src={require('../../../../res/img/matrix-org-bw-logo.svg')} />,
|
||||||
description: () => _t('Join millions for free on the largest public server'),
|
description: () => _t('Join millions for free on the largest public server'),
|
||||||
serverConfig: makeType(ValidatedServerConfig, {
|
serverConfig: makeType(ValidatedServerConfig, {
|
||||||
hsUrl: "https://matrix.org",
|
hsUrl: "https://matrix-client.matrix.org",
|
||||||
hsName: "matrix.org",
|
hsName: "matrix.org",
|
||||||
hsNameIsDifferent: false,
|
hsNameIsDifferent: false,
|
||||||
isUrl: "https://vector.im",
|
isUrl: "https://vector.im",
|
||||||
|
|||||||
Reference in New Issue
Block a user