mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Do not reopen calls on page reload anymore
This commit is contained in:
parent
2e1dc48671
commit
45db26bbd5
@ -134,10 +134,10 @@ document.addEventListener("wsClosed", () => {
|
|||||||
|
|
||||||
|
|
||||||
document.addEventListener("openPage", () => {
|
document.addEventListener("openPage", () => {
|
||||||
CallsController.GetListLocalStorage().forEach(async c => {
|
/*CallsController.GetListLocalStorage().forEach(async c => {
|
||||||
if(!OpenCalls.has(c))
|
if(!OpenCalls.has(c))
|
||||||
CallsController.Open(await getSingleConversation(c))
|
CallsController.Open(await getSingleConversation(c))
|
||||||
})
|
})*/
|
||||||
|
|
||||||
// Check if a conversation can be integrated inside the page
|
// Check if a conversation can be integrated inside the page
|
||||||
for(const call of OpenCalls.values()) {
|
for(const call of OpenCalls.values()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user