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

This commit is contained in:
n-wbrown 2021-04-15 03:17:57 -07:00 committed by GitHub
parent 01150ae962
commit d0ad2931fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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