From 060ac7b83a7525c99bf2f03c26dcb3d89dafc976 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Mon, 25 Oct 2021 21:03:06 -0700 Subject: [PATCH] fixes https://github.com/AnalogJ/scrutiny/issues/179 --- webapp/backend/pkg/notify/notify.go | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/backend/pkg/notify/notify.go b/webapp/backend/pkg/notify/notify.go index da771a5..5b81464 100644 --- a/webapp/backend/pkg/notify/notify.go +++ b/webapp/backend/pkg/notify/notify.go @@ -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":