Browse Source

chore(web): update message status cut-off date to Jun 5

pull/93/head
isra el 9 months ago
parent
commit
dd2c01678f
  1. 2
      web/app/(app)/dashboard/(components)/message-history.tsx

2
web/app/(app)/dashboard/(components)/message-history.tsx

@ -546,7 +546,7 @@ function MessageCard({ message, type, device }) {
year: 'numeric', 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 ( return (
<Card <Card

Loading…
Cancel
Save