mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Revert "Fix bug"
This reverts commit 4e6dcd16ac9a976b6fa7765d02ef86ba3493ef7f.
This commit is contained in:
parent
69c1aaaa36
commit
6f2d25fd31
2 changed files with 2 additions and 2 deletions
|
@ -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].note.id
|
||||
maxId: this.favorites[this.favorites.length - 1].id
|
||||
}).then(favorites => {
|
||||
if (favorites.length == 11) {
|
||||
this.existMore = true;
|
||||
|
|
|
@ -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].note.id
|
||||
maxId: this.favorites[this.favorites.length - 1].id
|
||||
}).then(favorites => {
|
||||
if (favorites.length == 11) {
|
||||
this.existMore = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue