Prevens tons of unnecessary calls to alerts_api.trigger()

This commit is contained in:
Simone Mainardi 2019-10-17 18:54:13 +02:00
parent 2499b571dd
commit 43d0b89bd9
5 changed files with 88 additions and 8 deletions

View file

@ -525,7 +525,6 @@ end
function deleteAlerts(what, options)
local opts = getUnpagedAlertOptions(options or {})
performAlertsQuery("DELETE", what, opts)
refreshAlerts(interface.getId())
end
-- #################################