mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-10 04:12:57 +08:00
Fix mattermost couldn't find channel issue
This commit is contained in:
@@ -20,7 +20,7 @@ class Mattermost extends NotificationProvider {
|
|||||||
return okMsg;
|
return okMsg;
|
||||||
}
|
}
|
||||||
|
|
||||||
const mattermostChannel = notification.mattermostchannel;
|
const mattermostChannel = notification.mattermostchannel.toLowerCase();
|
||||||
const mattermostIconEmoji = notification.mattermosticonemo;
|
const mattermostIconEmoji = notification.mattermosticonemo;
|
||||||
const mattermostIconUrl = notification.mattermosticonurl;
|
const mattermostIconUrl = notification.mattermosticonurl;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user