fixing #164 telegram notification issue while I'm here.

TODO: do a full check of all notification params in shoutrrr and ensure they match what we use.
This commit is contained in:
Jason Kulatunga
2021-04-25 11:38:17 -07:00
parent da890d95b6
commit 4331f86ed4
+1 -1
View File
@@ -260,7 +260,7 @@ func (n *Notify) GenShoutrrrNotificationParams(shoutrrrUrl string) (string, *sho
case "standard": case "standard":
(*params)["subject"] = subject (*params)["subject"] = subject
case "telegram": case "telegram":
(*params)["subject"] = subject (*params)["title"] = subject
case "zulip": case "zulip":
(*params)["topic"] = subject (*params)["topic"] = subject
} }