From 4551d50ddaf99a9aa231bdddf0533e2f3e0cd0df Mon Sep 17 00:00:00 2001 From: davelopez <46503462+davelopez@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:12:44 +0200 Subject: [PATCH] Fix notification display time Prioritize the publication date over the creation date to accurately reflect possible scheduled notifications --- client/src/components/Notifications/NotificationActions.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Notifications/NotificationActions.vue b/client/src/components/Notifications/NotificationActions.vue index ebcd9a469893..fe161b7ddbab 100644 --- a/client/src/components/Notifications/NotificationActions.vue +++ b/client/src/components/Notifications/NotificationActions.vue @@ -37,7 +37,7 @@ function getNotificationExpirationTitle(notification: UserNotification) {
- +