mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-30 15:23:02 +10:00
Merge pull request #129 from zjs81/remove-msg-prefix
remove direct msg notification prefix
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