Added documentation for duplicate alerts silencing logic (#8992)

This commit is contained in:
GabrieleDeri 2025-02-25 09:26:46 +01:00 committed by GitHub
parent d698ca2fb5
commit 117b6e3f0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 6 deletions

View file

@ -94,7 +94,6 @@ function alert_store_db.dequeueRecipientAlerts(recipient, budget)
for _, json_message in ipairs(notifications) do
local alert = json.decode(json_message)
if alert then
local alert_store = get_alert_store(alert.entity_id)
if alert_store then