Add 'posts & replies' view to profiles
This commit is contained in:
parent
d608d67bfe
commit
eaa2105570
3 changed files with 17 additions and 2 deletions
|
@ -196,6 +196,10 @@ export class FeedModel {
|
|||
return this.hasLoaded && !this.hasContent
|
||||
}
|
||||
|
||||
get nonReplyFeed() {
|
||||
return this.feed.filter(post => !post.record.reply)
|
||||
}
|
||||
|
||||
setHasNewLatest(v: boolean) {
|
||||
this.hasNewLatest = v
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue