You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, if multiple subscription rules matched an event and pointed
to the same notification target (e.g., the same webhook endpoint or chat
ID), multiple identical notifications would be sent.
This change modifies the `create_notice_details` service to track sent
notifications using a set of unique tuples `(event_id, channel,
target)`. This ensures that a notification is delivered only once per
unique target, even if triggered by multiple subscriptions.
Change-Id: Ibcba09bc62d43d64ddca4862abf44232b74d43bc
0 commit comments