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