Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Mark unhydrated replies as orphaned (#5048)

authored by

dan and committed by
GitHub
bf15fad2 2df22d86

+9 -1
+9 -1
src/lib/api/feed-manip.ts
··· 81 81 isParentBlocked, 82 82 isParentNotFound, 83 83 }) 84 - if (!reply || reason) { 84 + if (!reply) { 85 + if (post.record.reply) { 86 + // This reply wasn't properly hydrated by the AppView. 87 + this.isOrphan = true 88 + this.items[0].isParentNotFound = true 89 + } 90 + return 91 + } 92 + if (reason) { 85 93 return 86 94 } 87 95 if (