mirror of https://github.com/louislam/uptime-kuma
Merge pull request #1298 from ananthkamath/master
Fix mattermost couldn't find channel issuepull/1187/head^2
commit
d0ed99a310
|
@ -20,7 +20,7 @@ class Mattermost extends NotificationProvider {
|
|||
return okMsg;
|
||||
}
|
||||
|
||||
const mattermostChannel = notification.mattermostchannel;
|
||||
const mattermostChannel = notification.mattermostchannel.toLowerCase();
|
||||
const mattermostIconEmoji = notification.mattermosticonemo;
|
||||
const mattermostIconUrl = notification.mattermosticonurl;
|
||||
|
||||
|
|
Loading…
Reference in New Issue