diff --git a/ts/components/Lightbox.tsx b/ts/components/Lightbox.tsx index f4625977d5..ccaaef4804 100644 --- a/ts/components/Lightbox.tsx +++ b/ts/components/Lightbox.tsx @@ -776,7 +776,7 @@ function LightboxHeader({
{conversation.title}
- {formatDateTimeForAttachment(i18n, message.received_at_ms ?? now)} + {formatDateTimeForAttachment(i18n, message.sent_at ?? now)}