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

This commit is contained in:
Pargorn Ruasijan
2025-05-07 22:29:27 +02:00
committed by GitHub
parent 76c382f229
commit eb18677e4f
+1
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,