From 51941eae49edf4639e59b793c091c3a9513ba854 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 17 Apr 2019 10:28:37 -0600 Subject: [PATCH] Add note to self --- src/vector/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/vector/index.js b/src/vector/index.js index 7ef5838d..1b392abb 100644 --- a/src/vector/index.js +++ b/src/vector/index.js @@ -448,6 +448,9 @@ async function loadLanguage() { async function verifyServerConfig() { console.log("Verifying homeserver configuration"); + // TODO: 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? + const config = SdkConfig.get(); let wkConfig = config['default_server_config']; // overwritten later under some conditions const serverName = config['default_server_name'];