minor fix

pull/638/head
Ryan Zhao 3 years ago
parent 02b0d607f7
commit 3a3ffc4289

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

Loading…
Cancel
Save