fix: Add the "When" to new message notifications (#1628)

This commit is contained in:
Ken Piper 2025-03-02 06:11:33 -06:00 committed by GitHub
parent 24f218ef2c
commit b316e066ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -281,6 +281,8 @@ class MeshServiceNotifications(
setStyle(
NotificationCompat.MessagingStyle(person).addMessage(message, System.currentTimeMillis(), person)
)
setWhen(System.currentTimeMillis())
setShowWhen(true)
}
return messageNotificationBuilder.build()
}