Don't block message processing on contact syncs

This commit is contained in:
trevor-signal
2024-09-17 18:52:31 -04:00
committed by GitHub
parent e5d03edea1
commit c11a894ad1
5 changed files with 59 additions and 59 deletions

View File

@@ -542,7 +542,6 @@ export async function startApp(): Promise<void> {
log.info('Initializing MessageReceiver');
messageReceiver = new MessageReceiver({
server,
storage: window.storage,
serverTrustRoot: window.getServerTrustRoot(),
});