Skip to content

Commit

Permalink
fix(slack): remove "parse" post message argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ArXa1L committed Oct 27, 2020
1 parent aa41257 commit 737c537
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion senders/slack/slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ func (sender *Sender) sendMessage(message string, contact string, triggerID stri
AsUser: useDirectMessaging,
IconEmoji: emoji,
Markdown: true,
Parse: "full",
LinkNames: 1,
}
sender.logger.Debugf("Calling slack with message body %s", message)
Expand Down

0 comments on commit 737c537

Please sign in to comment.