mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Do not show emojis when displaying name only
Co-authored-by: Andrew Gaul <andrew@gaul.org>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user