mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Don't block message processing on contact syncs
This commit is contained in:
@@ -542,7 +542,6 @@ export async function startApp(): Promise<void> {
|
||||
|
||||
log.info('Initializing MessageReceiver');
|
||||
messageReceiver = new MessageReceiver({
|
||||
server,
|
||||
storage: window.storage,
|
||||
serverTrustRoot: window.getServerTrustRoot(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user