mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-06 05:32:54 +09:00
Fix #6063
This commit is contained in:
parent
0874aec4ab
commit
668d3daf24
@ -62,6 +62,7 @@ export default (opts) => ({
|
|||||||
},
|
},
|
||||||
|
|
||||||
async init() {
|
async init() {
|
||||||
|
this.queue = [];
|
||||||
this.fetching = true;
|
this.fetching = true;
|
||||||
if (opts.before) opts.before(this);
|
if (opts.before) opts.before(this);
|
||||||
let params = typeof this.pagination.params === 'function' ? this.pagination.params(true) : this.pagination.params;
|
let params = typeof this.pagination.params === 'function' ? this.pagination.params(true) : this.pagination.params;
|
||||||
|
Loading…
Reference in New Issue
Block a user