Merge pull request #9721 from vector-im/travis/wk/fallback_hs
Flag the validated config as the default configpull/9779/head
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