forked from extern/egroupware
Do not pop the alarm notification message for video call
This commit is contained in:
parent
c7822bc679
commit
6283b9013b
@ -360,7 +360,10 @@
|
|||||||
{
|
{
|
||||||
app.status.notificationPopup(notifymessages[id]['extra_data']['videoconference']);
|
app.status.notificationPopup(notifymessages[id]['extra_data']['videoconference']);
|
||||||
}
|
}
|
||||||
poped.push(id);
|
else {
|
||||||
|
poped.push(id);
|
||||||
|
}
|
||||||
|
|
||||||
this.toggle(true);
|
this.toggle(true);
|
||||||
break;
|
break;
|
||||||
case EGW_PR_NOTIFY_MEDIUM:
|
case EGW_PR_NOTIFY_MEDIUM:
|
||||||
|
Loading…
Reference in New Issue
Block a user