This commit is contained in:
syuilo 2018-07-30 06:20:06 +09:00
parent 6debf45004
commit 4e6dcd16ac
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ export default Vue.extend({
this.moreFetching = true;
(this as any).api('i/favorites', {
limit: 11,
maxId: this.favorites[this.favorites.length - 1].id
maxId: this.favorites[this.favorites.length - 1].note.id
}).then(favorites => {
if (favorites.length == 11) {
this.existMore = true;

View file

@ -53,7 +53,7 @@ export default Vue.extend({
this.moreFetching = true;
(this as any).api('i/favorites', {
limit: 11,
maxId: this.favorites[this.favorites.length - 1].id
maxId: this.favorites[this.favorites.length - 1].note.id
}).then(favorites => {
if (favorites.length == 11) {
this.existMore = true;