mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-12 16:17:24 +01:00
Fix message timestamp in Lightbox
This commit is contained in:
@@ -776,7 +776,7 @@ function LightboxHeader({
|
||||
<div className="Lightbox__header--content">
|
||||
<div className="Lightbox__header--name">{conversation.title}</div>
|
||||
<div className="Lightbox__header--timestamp">
|
||||
{formatDateTimeForAttachment(i18n, message.received_at_ms ?? now)}
|
||||
{formatDateTimeForAttachment(i18n, message.sent_at ?? now)}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user