WIP OP continuous thread

This commit is contained in:
Eric Bailey
2025-10-14 11:24:42 -05:00
parent 92f58c8723
commit 99fbe2b680
3 changed files with 32 additions and 1 deletions
@@ -151,6 +151,17 @@ export function sortAndAnnotateThreadItems(
})
if (!post.isBlurred || skipModerationHandling) {
const skip =
parentMetadata?.isPartOfOPThreadFromRoot &&
!metadata?.isPartOfOPThreadFromRoot
if (skip) {
const branch = getBranch(thread, i, item.depth)
// could insert tombstone
i = branch.end
continue traversal
}
/*
* Not moderated, need to insert it
*/