s/start/stop/

pull/21833/head
David Baker 2018-07-24 16:39:30 +01:00
parent ec4c7ffb71
commit acc767a479
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ export function stopMatrixClient() {
Notifier.stop();
UserActivity.stop();
Presence.stop();
ActiveWidgetStore.start();
ActiveWidgetStore.stop();
if (DMRoomMap.shared()) DMRoomMap.shared().stop();
const cli = MatrixClientPeg.get();
if (cli) {