diff --git a/Session/Notifications/AppNotifications.swift b/Session/Notifications/AppNotifications.swift index 1b33d1b0b..8d061325e 100644 --- a/Session/Notifications/AppNotifications.swift +++ b/Session/Notifications/AppNotifications.swift @@ -313,7 +313,7 @@ public class NotificationPresenter: NSObject, NotificationsProtocol { let senderName = Storage.shared.getContact(with: sender, using: transaction)?.displayName(for: context) ?? sender let notificationTitle = "Sesion" - var notificationBody = "\(senderName) reacts to your message with \(emoji)." + var notificationBody = "\(senderName) reacts to your message with \(emoji)" switch previewType { case .namePreview: break default: notificationBody = NotificationStrings.incomingMessageBody