Update profile.vue, fix race condition in infinitescroll

pull/1173/head
Daniel Supernault 6 years ago
parent 6d9c30e791
commit bf0cbdf4e9
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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';

Loading…
Cancel
Save