Merge pull request #1173 from pixelfed/frontend-ui-refactor

Frontend ui refactor
This commit is contained in:
daniel 2019-04-22 13:41:47 -06:00 committed by GitHub
commit 30302097c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

BIN
public/js/profile.js vendored

Binary file not shown.

Binary file not shown.

View file

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