Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notification: Fix incorrectly dropped recovery & ACK notifications #10223

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 11, 2024

  1. Notification: Fix incorrectly dropped recovery & ACK notifications

    Previously, recovery and ACK notifications were not delivered to users
    who weren't notified about the problem state while having a configured
    `Problem` type filter. However, since the type filter can also be
    configured on the `Notification` object level, this resulted to an
    incorrect behaviour. This PR changes the existing logic so that the
    recovery and ACK notifications gets dropped only if the `Problem` filter
    is configured on both the `User` and `Notification` object levels.
    yhabteab committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    537fbd0 View commit details
    Browse the repository at this point in the history