Do not pop the alarm notification message for video call

This commit is contained in:
Hadi Nategh 2020-04-07 19:03:32 +02:00
parent c7822bc679
commit 6283b9013b

View File

@ -360,7 +360,10 @@
{
app.status.notificationPopup(notifymessages[id]['extra_data']['videoconference']);
}
poped.push(id);
else {
poped.push(id);
}
this.toggle(true);
break;
case EGW_PR_NOTIFY_MEDIUM: