1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Remove unused identityEnabled property from ValidatedServerConfig

See https://github.com/vector-im/riot-web/issues/10229
This commit is contained in:
Travis Ralston
2019-07-11 15:11:09 -06:00
parent 0950037ca3
commit 7a3aa9be2e
3 changed files with 0 additions and 4 deletions

View File

@ -268,7 +268,6 @@ export function mkServerConfig(hsUrl, isUrl) {
hsName: "TEST_ENVIRONMENT",
hsNameIsDifferent: false, // yes, we lie
isUrl,
identityEnabled: true,
});
}