diff --git a/public/js/timeline.js b/public/js/timeline.js index 830c0afed..5b9d3faba 100644 Binary files a/public/js/timeline.js and b/public/js/timeline.js differ diff --git a/public/mix-manifest.json b/public/mix-manifest.json index a264e903e..2041c9a4e 100644 Binary files a/public/mix-manifest.json and b/public/mix-manifest.json differ diff --git a/resources/assets/js/components/Timeline.vue b/resources/assets/js/components/Timeline.vue index 76a034c02..59db1302f 100644 --- a/resources/assets/js/components/Timeline.vue +++ b/resources/assets/js/components/Timeline.vue @@ -488,7 +488,7 @@ axios.get(apiUrl, { params: { max_id: this.max_id, - limit: 4 + limit: 6 }, }).then(res => { if (res.data.length && this.loading == false) {