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
commit a54cc78691
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,7 +118,7 @@ class NotificationService {
await _notifications.show(
contactId?.hashCode ?? 0,
'New message from $contactName',
contactName,
message,
notificationDetails,
payload: 'message:$contactId',