You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Destroy idb worker when stopping client (#10899)
* Destroy idb worker when stopping client * Iterate * Iterate * Iterate
This commit is contained in:
committed by
GitHub
parent
d68a4b72d9
commit
85860cae08
@@ -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