From dd2c01678f46410dea761676ce72a14e182c256a Mon Sep 17 00:00:00 2001 From: isra el Date: Wed, 11 Jun 2025 11:44:54 +0300 Subject: [PATCH] chore(web): update message status cut-off date to Jun 5 --- web/app/(app)/dashboard/(components)/message-history.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/(app)/dashboard/(components)/message-history.tsx b/web/app/(app)/dashboard/(components)/message-history.tsx index 48699bb..73a4c7d 100644 --- a/web/app/(app)/dashboard/(components)/message-history.tsx +++ b/web/app/(app)/dashboard/(components)/message-history.tsx @@ -546,7 +546,7 @@ function MessageCard({ message, type, device }) { year: 'numeric', }) - const shouldShowStatus = device?.appVersionCode >= 14 && new Date(message?.createdAt) > new Date('2025-04-11') + const shouldShowStatus = device?.appVersionCode >= 14 && new Date(message?.createdAt) > new Date('2025-06-05') return (