From eb18677e4fa00f9c709451d8f37e82858419a119 Mon Sep 17 00:00:00 2001 From: Pargorn Ruasijan Date: Thu, 8 May 2025 03:29:27 +0700 Subject: [PATCH] fixed: #5564 slack notifications no preview available (#5824) --- server/notification-providers/slack.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/notification-providers/slack.js b/server/notification-providers/slack.js index 5e25a1fbc..455d787c7 100644 --- a/server/notification-providers/slack.js +++ b/server/notification-providers/slack.js @@ -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,