You've already forked matrix-react-sdk
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:
@ -662,6 +662,7 @@ export function stopMatrixClient(unsetClient=true) {
|
||||
|
||||
if (unsetClient) {
|
||||
MatrixClientPeg.unset();
|
||||
EventIndexPeg.unset().done();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user