remove direct msg notification prefix

The prefix "New message from " takes up a lot of space and was not localized anyway.
chore/offband-rebrand
446564 6 months ago
parent c320378be1
commit 05fb5a13fa

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

Loading…
Cancel
Save

Powered by TurnKey Linux.