remove direct msg notification prefix

The prefix "New message from " takes up a lot of space and was not localized anyway.
This commit is contained in:
446564
2026-02-05 08:33:07 -08:00
parent c320378be1
commit 05fb5a13fa
+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',