Don't handle logs db: It needs to close its connections first
This commit is contained in:
parent
c46f282139
commit
f07da44aa5
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ function _clearIndexedDB() {
|
||||||
}
|
}
|
||||||
console.log("Clearing indexeddb");
|
console.log("Clearing indexeddb");
|
||||||
window.indexedDB.deleteDatabase("matrix-js-sdk");
|
window.indexedDB.deleteDatabase("matrix-js-sdk");
|
||||||
window.indexedDB.deleteDatabase("logs");
|
// TODO: Remove logs db as well.
|
||||||
}
|
}
|
||||||
|
|
||||||
function _clearLocalStorage() {
|
function _clearLocalStorage() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue