mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 22:00:41 +08:00
Changes 'Mention Channel' -> 'Notify Channel'
- Updates variable names - Updates any Slack mention references
This commit is contained in:
@@ -28,7 +28,7 @@ class Slack extends NotificationProvider {
|
||||
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
|
||||
let okMsg = "Sent Successfully.";
|
||||
|
||||
if (notification.slackchannelmention) {
|
||||
if (notification.slackchannelnotify) {
|
||||
msg += " <!channel>";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user