Message details: Render a fuller timestamp for outbound send state

Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2021-11-05 16:00:04 -07:00 committed by GitHub
parent 243f50ee92
commit 8c2b451cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ export class MessageDetail extends React.Component<Props> {
{unidentifiedDeliveryComponent}
{contact.statusTimestamp && (
<Timestamp
extended
i18n={i18n}
module="module-message-detail__status-timestamp"
timestamp={contact.statusTimestamp}