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:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user