mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-08-04 06:52:59 +10:00
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:
@@ -118,7 +118,7 @@ class NotificationService {
|
|||||||
|
|
||||||
await _notifications.show(
|
await _notifications.show(
|
||||||
contactId?.hashCode ?? 0,
|
contactId?.hashCode ?? 0,
|
||||||
'New message from $contactName',
|
contactName,
|
||||||
message,
|
message,
|
||||||
notificationDetails,
|
notificationDetails,
|
||||||
payload: 'message:$contactId',
|
payload: 'message:$contactId',
|
||||||
|
|||||||
Reference in New Issue
Block a user