Fix mattermost couldn't find channel issue

pull/1298/head
Ananth Kamath 3 years ago
parent 986ddd92ff
commit 258d93be72

@ -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…
Cancel
Save