diff --git a/webapp/backend/pkg/notify/notify.go b/webapp/backend/pkg/notify/notify.go index 414b8ed..0bc4067 100644 --- a/webapp/backend/pkg/notify/notify.go +++ b/webapp/backend/pkg/notify/notify.go @@ -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 }