mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +03:00
🐛 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:
parent
991ccb1d35
commit
73c0bf554a
@ -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!'
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user