mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Merge pull request #1298 from ananthkamath/master
Fix mattermost couldn't find channel issue
This commit is contained in:
commit
d0ed99a310
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue