forked from mirrors/misskey
wip
This commit is contained in:
@@ -32,8 +32,8 @@ export default Vue.extend({
|
||||
(this as any).api('posts/show', {
|
||||
post_id: this.postId
|
||||
}).then(post => {
|
||||
this.fetching = false;
|
||||
this.post = post;
|
||||
this.fetching = false;
|
||||
|
||||
Progress.done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user