Dashboard: Fix issue where Slack notifications won't link to users (#32861)

pull/33108/head
n-wbrown 5 years ago committed by GitHub
parent 01150ae962
commit d0ad2931fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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

Loading…
Cancel
Save