diff --git a/public/js/profile.js b/public/js/profile.js index bdc3a755b..406111dcf 100644 Binary files a/public/js/profile.js and b/public/js/profile.js differ diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 200cdbb20..7ad738fc9 100644 Binary files a/public/mix-manifest.json and b/public/mix-manifest.json differ diff --git a/resources/assets/js/components/Profile.vue b/resources/assets/js/components/Profile.vue index b94a845d6..c6eb634db 100644 --- a/resources/assets/js/components/Profile.vue +++ b/resources/assets/js/components/Profile.vue @@ -580,7 +580,7 @@ export default { }, infiniteTimeline($state) { - if(this.loading) { + if(this.loading || this.timeline < 9) { return; } let apiUrl = '/api/v1/accounts/' + this.profileId + '/statuses';