Skip to content

Commit 99e2dd9

Browse files
committed
Merge pull request #1245 from Yantrio/SlackNotificationHelper-Add-Link_Names
added the arguement for Link_Names
2 parents 32e262c + 6965add commit 99e2dd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/FakeLib/SlackNotificationHelper.fs

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ type SlackNotificationParams = {
4848
Unfurl_Links: bool
4949
// Richly formatted message attachments for the notification
5050
Attachments: SlackNotificationAttachmentParams[]
51+
// Whether or not to link names of users or channels (beginning with @ or #), Default value : false
52+
Link_Names: bool
5153
}
5254

5355
/// The default Slack notification parameters
@@ -59,6 +61,7 @@ let SlackNotificationDefaults = {
5961
Icon_Emoji = null
6062
Unfurl_Links = false
6163
Attachments = Array.empty
64+
Link_Names = false
6265
}
6366

6467
/// The default parameters for Slack notification attachments

0 commit comments

Comments
 (0)