Do not show when for push received notification

This commit is contained in:
Sylvain Berfini 2024-02-19 16:23:05 +01:00
parent 82d6d37fd7
commit 8746a2646a

View file

@ -70,7 +70,7 @@ class CorePushService : PushService() {
.setGroup(NotificationsManager.CHAT_NOTIFICATIONS_GROUP)
.setVisibility(NotificationCompat.VISIBILITY_SECRET)
.setWhen(System.currentTimeMillis())
.setShowWhen(true)
.setShowWhen(false)
.setOngoing(true)
.build()
}