Add a couple notes

This commit is contained in:
Travis Ralston 2019-05-01 22:35:16 -06:00
parent ab6ba0e0d8
commit 45caa8baab

View File

@ -449,9 +449,11 @@ async function loadLanguage() {
async function verifyServerConfig() { async function verifyServerConfig() {
console.log("Verifying homeserver configuration"); 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? // 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(); const config = SdkConfig.get();
let wkConfig = config['default_server_config']; // overwritten later under some conditions let wkConfig = config['default_server_config']; // overwritten later under some conditions
const serverName = config['default_server_name']; const serverName = config['default_server_name'];