diff --git a/ts/services/notifications.ts b/ts/services/notifications.ts index caae1e6d0a..436f727597 100644 --- a/ts/services/notifications.ts +++ b/ts/services/notifications.ts @@ -392,14 +392,7 @@ class NotificationService extends EventEmitter { ) { notificationMessage = i18n('icu:newMessage'); } else if (userSetting === NotificationSetting.NameOnly) { - if (reaction) { - notificationMessage = i18n('icu:notificationReaction', { - sender: senderTitle, - emoji: reaction.emoji, - }); - } else { - notificationMessage = i18n('icu:newMessage'); - } + notificationMessage = i18n('icu:newMessage'); } else if (storyId) { notificationMessage = message; } else if (reaction) {