mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Show expiration timer for incoming messages even if unread
This commit is contained in:
@@ -126,7 +126,7 @@ export const MessageMetadata = ({
|
||||
const children = (
|
||||
<>
|
||||
{timestampNode}
|
||||
{expirationLength && (expirationTimestamp || direction === 'outgoing') ? (
|
||||
{expirationLength ? (
|
||||
<ExpireTimer
|
||||
direction={metadataDirection}
|
||||
deletedForEveryone={deletedForEveryone}
|
||||
|
||||
Reference in New Issue
Block a user