🐛 Fixed emoji in Slack test notification not rendered by Discord (#9313)

closes #9263

- changed emoji for Slack test notification to 😄 which will be correctly rendered as emoji by both, Slack and Discord.
This commit is contained in:
Abijeet Patro 2017-12-15 09:49:37 +05:30 committed by Aileen Nowak
parent 991ccb1d35
commit 73c0bf554a

View File

@ -81,7 +81,7 @@ function listener(model, options) {
function testPing() {
ping({
message: 'Heya! This is a test notification from your Ghost blog :simple_smile:. Seems to work fine!'
message: 'Heya! This is a test notification from your Ghost blog :smile:. Seems to work fine!'
});
}