diff --git a/lib/notification/notificationcomponent.cpp b/lib/notification/notificationcomponent.cpp index b4c88f39d..55e95b9dd 100644 --- a/lib/notification/notificationcomponent.cpp +++ b/lib/notification/notificationcomponent.cpp @@ -235,7 +235,7 @@ void NotificationComponent::NotificationTimerHandler() continue; /* Don't send reminder notifications before initial ones. */ - if (checkable->GetSuppressedNotifications() & NotificationProblem) + if (checkable->GetSuppressedNotifications() & NotificationProblem || notification->GetSuppressedNotifications() & NotificationProblem) continue; /* Skip in runtime filters. */