refactor: Update IM notification function to include larger title size in MSTeams notifications

This commit is contained in:
Marvin Zhang
2024-07-26 12:07:20 +08:00
parent 96b89d05b8
commit 9650f78d03

View File

@@ -335,6 +335,7 @@ func sendIMMSTeams(ch *models.NotificationChannelV2, title string, content strin
{
"type": "TextBlock",
"text": fmt.Sprintf("**%s**", title),
"size": "Large",
},
{
"type": "TextBlock",