forked from matrix/element-web
Add note to self
This commit is contained in:
parent
5445632026
commit
51941eae49
|
@ -448,6 +448,9 @@ 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
|
||||||
|
// We probably don't want to handle them unless the user is logged out though?
|
||||||
|
|
||||||
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'];
|
||||||
|
|
Loading…
Reference in New Issue