mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
Merge pull request #129 from zjs81/remove-msg-prefix
remove direct msg notification prefix
This commit is contained in:
commit
a54cc78691
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class NotificationService {
|
|||
|
||||
await _notifications.show(
|
||||
contactId?.hashCode ?? 0,
|
||||
'New message from $contactName',
|
||||
contactName,
|
||||
message,
|
||||
notificationDetails,
|
||||
payload: 'message:$contactId',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue