diff --git a/lib/services/notification_service.dart b/lib/services/notification_service.dart index 09039f0..cefeb2a 100644 --- a/lib/services/notification_service.dart +++ b/lib/services/notification_service.dart @@ -206,7 +206,7 @@ class NotificationService { final preview = _truncateMessage(message, 30); final body = preview.isEmpty ? 'Received new message' - : 'Received new message: $preview'; + : preview; await _notifications.show( channelIndex?.hashCode ?? DateTime.now().millisecondsSinceEpoch,