Fixes notification text for story reactions
This commit is contained in:
parent
7baffecc96
commit
ba848eec84
2 changed files with 27 additions and 12 deletions
|
@ -307,6 +307,8 @@ class NotificationService extends EventEmitter {
|
|||
} else {
|
||||
notificationMessage = i18n('newMessage');
|
||||
}
|
||||
} else if (storyId) {
|
||||
notificationMessage = message;
|
||||
} else if (reaction) {
|
||||
notificationMessage = i18n('notificationReactionMessage', {
|
||||
sender: senderTitle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue