Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/MultiUserContact.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/MultiUserContact.ts b/src/MultiUserContact.ts
index a15b92a4..0743a8d7 100644
--- a/src/MultiUserContact.ts
+++ b/src/MultiUserContact.ts
@@ -246,10 +246,6 @@ export default class MultiUserContact extends Contact {
public removeMember(nickname: string) {
this.getMembers().remove(nickname);
-
- if (nickname === this.getNickname()) {
- this.shutdown();
- }
}
public getMemberIds(): string[] {