From 45caa8baaba206be9c56014ee7639a42e02cc952 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 1 May 2019 22:35:16 -0600 Subject: [PATCH] Add a couple notes --- src/vector/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/vector/index.js b/src/vector/index.js index 2ba91e57f..ed22d37b3 100644 --- a/src/vector/index.js +++ b/src/vector/index.js @@ -449,9 +449,11 @@ async function loadLanguage() { async function verifyServerConfig() { console.log("Verifying homeserver configuration"); - // TODO: Handle query string arguments for hs_url and is_url + // 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? + // TODO: TravisR - Handle case of no options specified whatsoever + const config = SdkConfig.get(); let wkConfig = config['default_server_config']; // overwritten later under some conditions const serverName = config['default_server_name'];