mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
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/9290
This commit is contained in:
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…
x
Reference in New Issue
Block a user