リモートアカウントの投稿に対しての返信にはメンションを付けるように

This commit is contained in:
syuilo
2018-05-07 16:25:06 +09:00
parent 4955df3911
commit de6cbf8a22
2 changed files with 16 additions and 14 deletions

View File

@ -67,6 +67,10 @@ export default Vue.extend({
},
mounted() {
if (this.reply && this.reply.user.host != null) {
this.text = `@${this.reply.user.username}@${this.reply.user.host} `;
}
this.$nextTick(() => {
this.focus();
});