We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb80f6 commit cd3e82cCopy full SHA for cd3e82c
ts/services/backups/import.ts
@@ -315,6 +315,9 @@ export class BackupImportStream extends Writable {
315
window.storage.reset();
316
await window.storage.fetch();
317
318
+ // Load identity keys we just saved.
319
+ await window.storage.protocol.hydrateCaches();
320
+
321
const allConversations = window.ConversationController.getAll();
322
323
// Update last message in every active conversation now that we have
0 commit comments