Destroy idb worker when stopping client (#10899)
* Destroy idb worker when stopping client * Iterate * Iterate * Iterate
This commit is contained in:
@@ -940,6 +940,7 @@ export function stopMatrixClient(unsetClient = true): void {
|
||||
if (unsetClient) {
|
||||
MatrixClientPeg.unset();
|
||||
EventIndexPeg.unset();
|
||||
cli.store.destroy();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user