parent
fdc9885baa
commit
d72c816af9
2 changed files with 3 additions and 10 deletions
|
@ -455,11 +455,6 @@ export async function startApp(): Promise<void> {
|
|||
|
||||
window.document.title = window.getTitle();
|
||||
|
||||
document.documentElement.setAttribute(
|
||||
'lang',
|
||||
window.getLocale().replace('_', '-')
|
||||
);
|
||||
|
||||
KeyChangeListener.init(window.textsecure.storage.protocol);
|
||||
window.textsecure.storage.protocol.on('removePreKey', (ourUuid: UUID) => {
|
||||
const uuidKind = window.textsecure.storage.user.getOurUuidKind(ourUuid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue