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:
@@ -99,7 +99,6 @@ export function getTraversalMetadata({
|
||||
repliesCount,
|
||||
repliesUnhydrated,
|
||||
repliesSeenCounter: 0,
|
||||
repliesIndexCounter: 0,
|
||||
replyIndex: 0,
|
||||
skippedIndentIndices: new Set<number>(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user