mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 09:43:13 +00:00
update calls list when websocket closes
This commit is contained in:
parent
7628ee2ce1
commit
c7a1549299
1 changed files with 1 additions and 0 deletions
|
|
@ -339,6 +339,7 @@
|
|||
this.ws.addEventListener('close', () => {
|
||||
this.isWebsocketConnected = false;
|
||||
this.leaveCall();
|
||||
this.updateCallsList();
|
||||
});
|
||||
|
||||
this.ws.addEventListener('error', (error) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue