You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-27 04:21:52 +03:00
Don't handle logs db: It needs to close its connections first
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user