Fixes notification text for story reactions

This commit is contained in:
Josh Perez 2023-02-01 18:38:33 -05:00 committed by GitHub
parent 7baffecc96
commit ba848eec84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 12 deletions

View file

@ -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,