mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-03 00:25:57 +09:00
Fix space
This commit is contained in:
parent
e2fc7decad
commit
7d6aac3431
@ -209,7 +209,7 @@ export default Vue.extend({
|
||||
|
||||
// ダイレクトへのリプライはリプライ先ユーザーを初期設定
|
||||
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);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user