|
@@ -580,7 +580,7 @@ export default {
|
|
},
|
|
},
|
|
|
|
|
|
infiniteTimeline($state) {
|
|
infiniteTimeline($state) {
|
|
- if(this.loading) {
|
|
|
|
|
|
+ if(this.loading || this.timeline < 9) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
let apiUrl = '/api/v1/accounts/' + this.profileId + '/statuses';
|
|
let apiUrl = '/api/v1/accounts/' + this.profileId + '/statuses';
|