mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Start is not stop
This commit is contained in:
parent
37059a3fcd
commit
bc2fd7cf05
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ async function clearStorage(opts?: { deleteEverything?: boolean }): Promise<void
|
|||
*/
|
||||
export function stopMatrixClient(unsetClient = true): void {
|
||||
Notifier.stop();
|
||||
CallHandler.sharedInstance().start();
|
||||
CallHandler.sharedInstance().stop();
|
||||
UserActivity.sharedInstance().stop();
|
||||
TypingStore.sharedInstance().reset();
|
||||
Presence.stop();
|
||||
|
|
Loading…
Reference in a new issue