This commit is contained in:
AdrienLSH
2024-02-02 13:31:26 +01:00
parent 7e5628344c
commit 027fd9f940
4 changed files with 7 additions and 3 deletions

View File

@ -42,7 +42,11 @@ class Notice {
return ;
this.chatSocket.close();
}
async reconnect() {
this.disconnect();
this.connect();
}
async accept_invite(invitedBy) {