Refactor feed manipulation and rendering to be more robust (#297)
This commit is contained in:
@@ -100,7 +100,7 @@ export class ProfileUiModel {
|
||||
if (this.selectedView === Sections.Posts) {
|
||||
arr = this.feed.nonReplyFeed
|
||||
} else {
|
||||
arr = this.feed.feed.slice()
|
||||
arr = this.feed.slices.slice()
|
||||
}
|
||||
if (!this.feed.hasMore) {
|
||||
arr = arr.concat([ProfileUiModel.END_ITEM])
|
||||
|
||||
Reference in New Issue
Block a user