mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
refactor: Update IM notification function to include larger title size in MSTeams notifications
This commit is contained in:
@@ -335,6 +335,7 @@ func sendIMMSTeams(ch *models.NotificationChannelV2, title string, content strin
|
||||
{
|
||||
"type": "TextBlock",
|
||||
"text": fmt.Sprintf("**%s**", title),
|
||||
"size": "Large",
|
||||
},
|
||||
{
|
||||
"type": "TextBlock",
|
||||
|
||||
Reference in New Issue
Block a user