Skip to content

Commit

Permalink
Message details: Render a fuller timestamp for outbound send state
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
  • Loading branch information
automated-signal and EvanHahn-Signal committed Nov 5, 2021
1 parent 243f50e commit 8c2b451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/components/conversation/MessageDetail.tsx
Expand Up @@ -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}
Expand Down

0 comments on commit 8c2b451

Please sign in to comment.