A few fixes to ensure threads show up as often as possible
This commit is contained in:
@@ -200,7 +200,6 @@ export class FeedSliceModel {
|
||||
get isThread() {
|
||||
return (
|
||||
this.items.length > 1 &&
|
||||
!this.items[0].reply &&
|
||||
this.items.every(
|
||||
item => item.post.author.did === this.items[0].post.author.did,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user