Skip to content

Commit

Permalink
feat: support mattermost mobile notification
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Jul 26, 2023
1 parent ec34918 commit 68cb0fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notification/mobile.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func SendMobileNotification(webhook string, title string, content string) error
"atMobiles": []string{},
"isAtAll": false,
},
"text": content,
}

// perform request
Expand Down

0 comments on commit 68cb0fa

Please sign in to comment.