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

pull/5250/head^2
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
1 changed files with 1 additions and 0 deletions

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,