From 6283b9013bb33b4b1ec5d0d05ca7d01ffb1f5b50 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 7 Apr 2020 19:03:32 +0200 Subject: [PATCH] Do not pop the alarm notification message for video call --- notifications/js/notificationajaxpopup.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/notifications/js/notificationajaxpopup.js b/notifications/js/notificationajaxpopup.js index 7c9f3ed041..607297f012 100644 --- a/notifications/js/notificationajaxpopup.js +++ b/notifications/js/notificationajaxpopup.js @@ -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: