diff --git a/src/lib/api/feed-manip.ts b/src/lib/api/feed-manip.ts index 094f892aa1..d81f250b80 100644 --- a/src/lib/api/feed-manip.ts +++ b/src/lib/api/feed-manip.ts @@ -81,7 +81,15 @@ export class FeedViewPostsSlice { isParentBlocked, isParentNotFound, }) - if (!reply || reason) { + if (!reply) { + if (post.record.reply) { + // This reply wasn't properly hydrated by the AppView. + this.isOrphan = true + this.items[0].isParentNotFound = true + } + return + } + if (reason) { return } if (