The counters serve the same purpose, we only need to know the count of the actual replies rendered to the view in order to calculate the replyIndex

This commit is contained in:
Eric Bailey
2025-10-14 15:52:52 -05:00
parent fceec83e08
commit 92f58c8723
3 changed files with 17 additions and 26 deletions
-1
View File
@@ -99,7 +99,6 @@ export function getTraversalMetadata({
repliesCount,
repliesUnhydrated,
repliesSeenCounter: 0,
repliesIndexCounter: 0,
replyIndex: 0,
skippedIndentIndices: new Set<number>(),
}