Replies seen counter for moderated sub-trees
This commit is contained in:
@@ -217,6 +217,10 @@ export function sortAndAnnotateThreadItems(
|
|||||||
ci = getBranch(thread, ci, child.depth).end
|
ci = getBranch(thread, ci, child.depth).end
|
||||||
} else {
|
} else {
|
||||||
otherThreadItems.push(childPost)
|
otherThreadItems.push(childPost)
|
||||||
|
|
||||||
|
if (childParentMetadata) {
|
||||||
|
childParentMetadata.repliesSeenCounter += 1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user