Merge pull request #61 from 446564/remove-rcvd

remove msg notify prefix when preview avail
chore/offband-rebrand
zjs81 6 months ago committed by GitHub
commit 1cc887e5bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -206,7 +206,7 @@ class NotificationService {
final preview = _truncateMessage(message, 30);
final body = preview.isEmpty
? 'Received new message'
: 'Received new message: $preview';
: preview;
await _notifications.show(
channelIndex?.hashCode ?? DateTime.now().millisecondsSinceEpoch,

Loading…
Cancel
Save

Powered by TurnKey Linux.