fixed: slack notifications no preview available

This commit is contained in:
pargorn.ru 2025-05-07 11:40:42 +07:00
parent 76c382f229
commit 51cc4453db

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,