Show dates in edit history modal

This commit is contained in:
Josh Perez
2023-06-26 18:45:56 -04:00
committed by GitHub
parent 9c6fb29edb
commit 8507afd0e4
3 changed files with 54 additions and 35 deletions

View File

@@ -142,14 +142,14 @@ export function MessageMetadata({
} else {
timestampNode = (
<MessageTimestamp
i18n={i18n}
timestamp={timestamp}
direction={metadataDirection}
deletedForEveryone={deletedForEveryone}
direction={metadataDirection}
i18n={i18n}
module="module-message__metadata__date"
timestamp={timestamp}
withImageNoCaption={withImageNoCaption}
withSticker={isSticker}
withTapToViewExpired={isTapToViewExpired}
module="module-message__metadata__date"
/>
);
}