mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-19 21:41:02 +02:00
Don't handle logs db: It needs to close its connections first
This commit is contained in:
parent
c46f282139
commit
f07da44aa5
@ -360,7 +360,7 @@ function _clearIndexedDB() {
|
||||
}
|
||||
console.log("Clearing indexeddb");
|
||||
window.indexedDB.deleteDatabase("matrix-js-sdk");
|
||||
window.indexedDB.deleteDatabase("logs");
|
||||
// TODO: Remove logs db as well.
|
||||
}
|
||||
|
||||
function _clearLocalStorage() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user