Show expiration timer for incoming messages even if unread
This commit is contained in:
parent
c1682a98cc
commit
f572abf57d
3 changed files with 4 additions and 7 deletions
|
@ -126,7 +126,7 @@ export const MessageMetadata = ({
|
|||
const children = (
|
||||
<>
|
||||
{timestampNode}
|
||||
{expirationLength && (expirationTimestamp || direction === 'outgoing') ? (
|
||||
{expirationLength ? (
|
||||
<ExpireTimer
|
||||
direction={metadataDirection}
|
||||
deletedForEveryone={deletedForEveryone}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue