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.
pull/165/head
Jason Kulatunga 3 years ago
parent da890d95b6
commit 4331f86ed4

@ -260,7 +260,7 @@ func (n *Notify) GenShoutrrrNotificationParams(shoutrrrUrl string) (string, *sho
case "standard":
(*params)["subject"] = subject
case "telegram":
(*params)["subject"] = subject
(*params)["title"] = subject
case "zulip":
(*params)["topic"] = subject
}

Loading…
Cancel
Save