fixed: #5564 slack notifications no preview available (#5824)

This commit is contained in:
Pargorn Ruasijan 2025-05-08 03:29:27 +07:00 committed by GitHub
parent 76c382f229
commit eb18677e4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,6 +145,7 @@ class Slack extends NotificationProvider {
const title = "Uptime Kuma Alert";
let data = {
"text": msg,
"channel": notification.slackchannel,
"username": notification.slackusername,
"icon_emoji": notification.slackiconemo,