mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix discord notifications
This commit is contained in:
parent
3442e802cb
commit
d6d3e0a829
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ end
|
|||
-- ##############################################
|
||||
|
||||
local function formatDiscordMessage(alert)
|
||||
local msg = format_utils.formatAlertNotification(alert, {nohtml=true, add_cr=true, no_bracket_around_date=true, emoji=true, show_entity=true})
|
||||
local msg = format_utils.formatMessage(alert, {nohtml=true, add_cr=true, no_bracket_around_date=true, emoji=true, show_entity=true})
|
||||
|
||||
return(msg)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue