merge initial-load.ts into init.ts as its no longer used by Jitsi
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
1f94b25d25
commit
92d8ee355d
3 changed files with 43 additions and 60 deletions
|
@ -41,8 +41,7 @@ import SdkConfig from "matrix-react-sdk/src/SdkConfig";
|
|||
import {setTheme} from "matrix-react-sdk/src/theme";
|
||||
|
||||
import CallHandler from 'matrix-react-sdk/src/CallHandler';
|
||||
import {loadConfig, preparePlatform} from "./initial-load";
|
||||
import {loadLanguage, loadOlm} from "./init";
|
||||
import {loadConfig, preparePlatform, loadLanguage, loadOlm} from "./init";
|
||||
|
||||
let lastLocationHashSet = null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue