diff --git a/lib/services/notification_service.dart b/lib/services/notification_service.dart index ea7f031..d835d07 100644 --- a/lib/services/notification_service.dart +++ b/lib/services/notification_service.dart @@ -118,7 +118,7 @@ class NotificationService { await _notifications.show( contactId?.hashCode ?? 0, - 'New message from $contactName', + contactName, message, notificationDetails, payload: 'message:$contactId',