diff --git a/src/view/com/posts/PostFeedItem.tsx b/src/view/com/posts/PostFeedItem.tsx index 4b18c470a6..8999dd90bd 100644 --- a/src/view/com/posts/PostFeedItem.tsx +++ b/src/view/com/posts/PostFeedItem.tsx @@ -228,6 +228,10 @@ let FeedItemInner = ({ AppBskyFeedDefs.isReasonRepost(reason) && reason.by.did === currentAccount?.did + const createdAt = AppBskyFeedPost.isRecord(post.record) + ? post.record.createdAt + : post.indexedAt + /** * If `post[0]` in this slice is the actual root post (not an orphan thread), * then we may have a threadgate record to reference @@ -395,7 +399,7 @@ let FeedItemInner = ({