Skip to content

Commit

Permalink
Merge pull request #1245 from Yantrio/SlackNotificationHelper-Add-Lin…
Browse files Browse the repository at this point in the history
…k_Names

added the arguement for Link_Names
  • Loading branch information
forki committed May 19, 2016
2 parents 32e262c + 6965add commit 99e2dd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/FakeLib/SlackNotificationHelper.fs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ type SlackNotificationParams = {
Unfurl_Links: bool
// Richly formatted message attachments for the notification
Attachments: SlackNotificationAttachmentParams[]
// Whether or not to link names of users or channels (beginning with @ or #), Default value : false
Link_Names: bool
}

/// The default Slack notification parameters
Expand All @@ -59,6 +61,7 @@ let SlackNotificationDefaults = {
Icon_Emoji = null
Unfurl_Links = false
Attachments = Array.empty
Link_Names = false
}

/// The default parameters for Slack notification attachments
Expand Down

0 comments on commit 99e2dd9

Please sign in to comment.