From d0ad2931fadfa041156a77fc9deded27e878d067 Mon Sep 17 00:00:00 2001 From: n-wbrown Date: Thu, 15 Apr 2021 03:17:57 -0700 Subject: [PATCH] Dashboard: Fix issue where Slack notifications won't link to users (#32861) --- pkg/services/alerting/notifiers/slack.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/services/alerting/notifiers/slack.go b/pkg/services/alerting/notifiers/slack.go index cfd4c053cc6..0a063e6ce08 100644 --- a/pkg/services/alerting/notifiers/slack.go +++ b/pkg/services/alerting/notifiers/slack.go @@ -281,7 +281,6 @@ func (sn *SlackNotifier) Notify(evalContext *alerting.EvalContext) error { "attachments": []map[string]interface{}{ attachment, }, - "parse": "full", // to linkify urls, users and channels in alert message. } if len(blocks) > 0 { body["blocks"] = blocks