From 9650f78d03cd160107e4c2e949f1ba07dc6d61e3 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 26 Jul 2024 12:07:20 +0800 Subject: [PATCH] refactor: Update IM notification function to include larger title size in MSTeams notifications --- core/notification/im.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/notification/im.go b/core/notification/im.go index 52a1c420..181b8b89 100644 --- a/core/notification/im.go +++ b/core/notification/im.go @@ -335,6 +335,7 @@ func sendIMMSTeams(ch *models.NotificationChannelV2, title string, content strin { "type": "TextBlock", "text": fmt.Sprintf("**%s**", title), + "size": "Large", }, { "type": "TextBlock",