mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Re-hydrate signal protocol caches after import
This commit is contained in:
@@ -315,6 +315,9 @@ export class BackupImportStream extends Writable {
|
||||
window.storage.reset();
|
||||
await window.storage.fetch();
|
||||
|
||||
// Load identity keys we just saved.
|
||||
await window.storage.protocol.hydrateCaches();
|
||||
|
||||
const allConversations = window.ConversationController.getAll();
|
||||
|
||||
// Update last message in every active conversation now that we have
|
||||
|
||||
Reference in New Issue
Block a user