mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-25 13:13:56 +02:00
wip
This commit is contained in:
@@ -63,8 +63,8 @@ export default Vue.extend({
|
||||
(this as any).api('posts/timeline', {
|
||||
until_date: this.date ? (this.date as any).getTime() : undefined
|
||||
}).then(posts => {
|
||||
this.fetching = false;
|
||||
this.posts = posts;
|
||||
this.fetching = false;
|
||||
if (cb) cb();
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user