Convert protocol_wrapper.js
to TypeScript
This commit is contained in:
parent
d61b68279b
commit
6bae8a24de
6 changed files with 4 additions and 24 deletions
|
@ -173,6 +173,8 @@ export async function cleanupSessionResets(): Promise<void> {
|
|||
}
|
||||
|
||||
export async function startApp(): Promise<void> {
|
||||
window.textsecure.storage.protocol = new window.SignalProtocolStore();
|
||||
|
||||
if (window.initialTheme === ThemeType.light) {
|
||||
document.body.classList.add('light-theme');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue