From 68cb0fa12f5cb362614e81d0efcdc5157d0f8741 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Wed, 26 Jul 2023 10:44:38 +0800 Subject: [PATCH] feat: support mattermost mobile notification --- notification/mobile.go | 1 + 1 file changed, 1 insertion(+) diff --git a/notification/mobile.go b/notification/mobile.go index ef5632c..489d527 100644 --- a/notification/mobile.go +++ b/notification/mobile.go @@ -29,6 +29,7 @@ func SendMobileNotification(webhook string, title string, content string) error "atMobiles": []string{}, "isAtAll": false, }, + "text": content, } // perform request