fix: comment

zio/stable
Eric Bailey 2023-06-16 15:16:30 -05:00
parent 896aea9837
commit 73c6afc7fb
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ export class FeedTuner {
tuner: FeedTuner,
slices: FeedViewPostsSlice[],
): FeedViewPostsSlice[] => {
// remove any replies without at least 2 likes
// remove any replies without at least repliesThreshold likes
for (let i = slices.length - 1; i >= 0; i--) {
if (slices[i].isFullThread || !slices[i].isReply) {
continue