mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue