mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-14 10:11:11 +02:00
Merge pull request #9721 from vector-im/travis/wk/fallback_hs
Flag the validated config as the default config
This commit is contained in:
commit
39d1293350
@ -498,6 +498,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