1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 17:16:08 +02:00
This commit is contained in:
syuilo
2019-05-21 03:40:18 +09:00
parent b335975c97
commit 0d3117e472
4 changed files with 7 additions and 2 deletions

View File

@@ -82,8 +82,10 @@ export default (opts) => ({
}
this.inited = true;
this.fetching = false;
if (opts.onInited) opts.onInited(this);
}, e => {
this.fetching = false;
if (opts.onInited) opts.onInited(this);
});
},