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 9c3afad1c1
commit 3e9c7ac731

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",