mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04: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…
Reference in New Issue
Block a user