Merge branch 'master' into influxdb

This commit is contained in:
Jason Kulatunga
2022-04-30 21:21:53 -07:00
committed by GitHub
5 changed files with 69 additions and 58 deletions
-1
View File
@@ -258,7 +258,6 @@ func (n *Notify) GenShoutrrrNotificationParams(shoutrrrUrl string) (string, *sho
(*params)["title"] = subject
case "slack":
(*params)["title"] = subject
(*params)["thumb_url"] = logoUrl
case "smtp":
(*params)["subject"] = subject
case "standard":