mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert "PERF: Send down gaps as the relevant posts load instead of front loading."
This reverts commit 4c3352528e.
This commit is contained in:
@@ -850,10 +850,6 @@ export default RestModel.extend({
|
||||
if (posts) {
|
||||
posts.forEach(p => this.storePost(store.createRecord("post", p)));
|
||||
}
|
||||
|
||||
if (result.post_stream.gaps) {
|
||||
this.set("gaps", _.merge(this.get("gaps"), result.post_stream.gaps));
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user