Merge pull request #129 from zjs81/remove-msg-prefix

remove direct msg notification prefix
This commit is contained in:
Ded
2026-02-05 08:58:43 -08:00
committed by GitHub
+1 -1
View File
@@ -118,7 +118,7 @@ class NotificationService {
await _notifications.show(
contactId?.hashCode ?? 0,
'New message from $contactName',
contactName,
message,
notificationDetails,
payload: 'message:$contactId',