forked from mirrors/misskey
Resolve conflicts
This commit is contained in:
@@ -69,7 +69,7 @@ export default Vue.extend({
|
||||
methods: {
|
||||
react(reaction) {
|
||||
(this as any).api('posts/reactions/create', {
|
||||
post_id: this.post.id,
|
||||
postId: this.post.id,
|
||||
reaction: reaction
|
||||
}).then(() => {
|
||||
if (this.cb) this.cb();
|
||||
|
||||
Reference in New Issue
Block a user