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();
}
}
}