Go back to main process before delayed processing
This commit is contained in:
parent
525525fd0c
commit
6323dd6492
1 changed files with 3 additions and 1 deletions
|
@ -2225,6 +2225,9 @@ export async function startApp(): Promise<void> {
|
|||
newVersion
|
||||
);
|
||||
|
||||
// Go back to main process before processing delayed actions
|
||||
await window.sqlInitializer.goBackToMainProcess();
|
||||
|
||||
profileKeyResponseQueue.start();
|
||||
lightSessionResetQueue.start();
|
||||
window.Whisper.deliveryReceiptQueue.start();
|
||||
|
@ -2249,7 +2252,6 @@ export async function startApp(): Promise<void> {
|
|||
);
|
||||
}
|
||||
|
||||
await window.sqlInitializer.goBackToMainProcess();
|
||||
window.Signal.Util.setBatchingStrategy(false);
|
||||
|
||||
const attachmentDownloadQueue = window.attachmentDownloadQueue || [];
|
||||
|
|
Loading…
Add table
Reference in a new issue