Flag the validated config as the default config
For use in the rest of the app. See https://github.com/vector-im/riot-web/issues/9290pull/9721/head
parent
886828caa8
commit
68a7550080
|
@ -497,6 +497,7 @@ async function verifyServerConfig() {
|
|||
}
|
||||
|
||||
const validatedConfig = AutoDiscoveryUtils.buildValidatedConfigFromDiscovery(serverName, result);
|
||||
validatedConfig.isDefault = true;
|
||||
|
||||
// Just in case we ever have to debug this
|
||||
console.log("Using homeserver config:", validatedConfig);
|
||||
|
|
Loading…
Reference in New Issue