Show replies in the main feed if they have 2 or more upvotes (#269)
This commit is contained in:
@@ -263,7 +263,8 @@ export class FeedModel {
|
||||
!item.reply || // not a reply
|
||||
isRepost || // but allow if it's a repost or thread
|
||||
item._isThreadParent ||
|
||||
item._isThreadChild
|
||||
item._isThreadChild ||
|
||||
item.post.upvoteCount >= 2
|
||||
)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user