Skip to content

Commit

Permalink
Merge pull request #9719 from vector-im/travis/wk/clarify_is_hs_url
Browse files Browse the repository at this point in the history
Clarify comment on is_url and hs_url handling
  • Loading branch information
turt2live committed May 16, 2019
2 parents 886828c + 7f5589c commit 51f5671
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/vector/index.js
Expand Up @@ -449,8 +449,9 @@ async function loadLanguage() {
async function verifyServerConfig() {
console.log("Verifying homeserver configuration");

// TODO: TravisR - Handle query string arguments for hs_url and is_url
// We probably don't want to handle them unless the user is logged out though?
// Note: the query string may include is_url and hs_url - we only respect these in the
// context of email validation. Because we don't respect them otherwise, we do not need
// to parse or consider them here.

const config = SdkConfig.get();
let wkConfig = config['default_server_config']; // overwritten later under some conditions
Expand Down

0 comments on commit 51f5671

Please sign in to comment.