1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-16 22:01:54 +03:00

EventIndexing: Rework the index initialization and deletion.

This commit is contained in:
Damir Jelić
2019-11-14 16:13:22 +01:00
parent 448c9a8290
commit 7516f2724a
4 changed files with 63 additions and 31 deletions

View File

@ -662,6 +662,7 @@ export function stopMatrixClient(unsetClient=true) {
if (unsetClient) {
MatrixClientPeg.unset();
EventIndexPeg.unset().done();
}
}
}