Unifies misbehaving with alerted flows

Implements #4596
This commit is contained in:
Simone Mainardi 2020-10-16 18:58:20 +02:00
parent d9bba4b4b2
commit d3dda0bb82
38 changed files with 217 additions and 145 deletions

View file

@ -365,7 +365,7 @@ local function checkListsUpdate(timeout)
alerts_api.store(
alerts_api.categoryListsEntity(list_name),
alert_consts.alert_types.alert_list_download_succeeded.create(
alert_consts.alert_severities.info,
alert_consts.alert_severities.notice,
list_name
)
)