mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Improve the way calls are automatically reopened
This commit is contained in:
parent
e46f8a36a7
commit
5598efa99c
@ -99,8 +99,9 @@ document.addEventListener("wsClosed", () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
document.addEventListener("wsOpen", () => {
|
document.addEventListener("openPage", () => {
|
||||||
CallsController.GetListLocalStorage().forEach(async c => {
|
CallsController.GetListLocalStorage().forEach(async c => {
|
||||||
|
if(!OpenConversations.has(c))
|
||||||
CallsController.Open(await getSingleConversation(c))
|
CallsController.Open(await getSingleConversation(c))
|
||||||
})
|
})
|
||||||
})
|
})
|
Loading…
Reference in New Issue
Block a user