Remove IndexedDB files after removing IndexedDB database
This commit is contained in:
parent
486932048c
commit
fb670ad6b9
4 changed files with 27 additions and 4 deletions
|
@ -297,6 +297,7 @@
|
|||
await mandatoryMessageUpgrade({ upgradeMessageSchema });
|
||||
await migrateAllToSQLCipher({ writeNewAttachmentData, Views });
|
||||
await removeDatabase();
|
||||
await window.Signal.Data.removeIndexedDBFiles();
|
||||
|
||||
window.installStorage(window.newStorage);
|
||||
await window.storage.fetch();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue