Show replies in the main feed if they have 2 or more upvotes (#269)
parent
f84a379376
commit
74c30c60b8
|
@ -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
|
||||
)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue