mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-24 15:04:07 +02:00
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