Refactor client (#3178)
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
This commit is contained in:
@@ -196,13 +196,13 @@ export default Vue.extend({
|
||||
},
|
||||
|
||||
reply() {
|
||||
this.$root.apis.post({
|
||||
this.$post({
|
||||
reply: this.p
|
||||
});
|
||||
},
|
||||
|
||||
renote() {
|
||||
this.$root.apis.post({
|
||||
this.$post({
|
||||
renote: this.p
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user