mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
stop matrix client on logout please
This commit is contained in:
parent
259d9dc3a2
commit
5cffee7ce6
@ -97,6 +97,7 @@ module.exports = {
|
||||
}
|
||||
Notifier.stop();
|
||||
Presence.stop();
|
||||
MatrixClientPeg.get().stopClient();
|
||||
MatrixClientPeg.get().removeAllListeners();
|
||||
MatrixClientPeg.unset();
|
||||
this.notifyNewScreen('');
|
||||
|
Loading…
Reference in New Issue
Block a user