forked from FoundKeyGang/FoundKey
Fix space
This commit is contained in:
parent
e2fc7decad
commit
7d6aac3431
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ export default Vue.extend({
|
||||||
|
|
||||||
// ダイレクトへのリプライはリプライ先ユーザーを初期設定
|
// ダイレクトへのリプライはリプライ先ユーザーを初期設定
|
||||||
if (this.reply && this.reply.visibility === 'specified') {
|
if (this.reply && this.reply.visibility === 'specified') {
|
||||||
this.$root.api('users/show', { userId: this.reply.userId }).then(user => {
|
this.$root.api('users/show', { userId: this.reply.userId }).then(user => {
|
||||||
this.visibleUsers.push(user);
|
this.visibleUsers.push(user);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue