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:
authorsualko <klaus@jsxc.org>2022-02-21 21:03:18 +0300
committersualko <klaus@jsxc.org>2022-02-21 21:03:18 +0300
commitd3e8fa5ea0dc9827aa0868c79483de1246a309db (patch)
tree93aa41300bc680c93e869a4835bc937eee167ef5
parentf60eb2d4a3ee64e46d1eed4fad9a12e90fa99474 (diff)
fix(muc): own nickname change
fix #1076 close #1078
-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[] {