Skip to content

Commit

Permalink
Merge pull request #9721 from vector-im/travis/wk/fallback_hs
Browse files Browse the repository at this point in the history
Flag the validated config as the default config
  • Loading branch information
turt2live committed May 16, 2019
2 parents 51f5671 + 68a7550 commit 39d1293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 39d1293

Please sign in to comment.