EventIndexing: Rework the index initialization and deletion.
This commit is contained in:
parent
448c9a8290
commit
7516f2724a
4 changed files with 63 additions and 31 deletions
|
@ -662,6 +662,7 @@ export function stopMatrixClient(unsetClient=true) {
|
|||
|
||||
if (unsetClient) {
|
||||
MatrixClientPeg.unset();
|
||||
EventIndexPeg.unset().done();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue