Show expiration timer for incoming messages even if unread

This commit is contained in:
Scott Nonnenberg 2022-04-14 11:06:37 -07:00 committed by GitHub
parent c1682a98cc
commit f572abf57d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 7 deletions

View file

@ -126,7 +126,7 @@ export const MessageMetadata = ({
const children = (
<>
{timestampNode}
{expirationLength && (expirationTimestamp || direction === 'outgoing') ? (
{expirationLength ? (
<ExpireTimer
direction={metadataDirection}
deletedForEveryone={deletedForEveryone}