From 190ec4370348564aac1c54f4ca173e42a378664a Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Tue, 26 Sep 2023 20:04:41 +0200 Subject: [PATCH] Fix message timestamp in Lightbox --- ts/components/Lightbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}