mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Fix call to stop()
This commit is contained in:
parent
61ebf4d920
commit
7e424ce95b
@ -485,7 +485,7 @@ function _clearStorage() {
|
||||
*/
|
||||
export function stopMatrixClient() {
|
||||
Notifier.stop();
|
||||
UserActivity.stop();
|
||||
UserActivity.sharedInstance().stop();
|
||||
Presence.stop();
|
||||
ActiveWidgetStore.stop();
|
||||
if (DMRoomMap.shared()) DMRoomMap.shared().stop();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user