fix drafts
This commit is contained in:
parent
33c94665a1
commit
7b4fef365e
3 changed files with 16 additions and 14 deletions
|
|
@ -76,7 +76,9 @@ const ChatMessage = {
|
|||
return !!this.message.user
|
||||
},
|
||||
author() {
|
||||
const accountId = this.isStatus ? this.message.user.id : this.message.account_id
|
||||
const accountId = this.isStatus
|
||||
? this.message.user.id
|
||||
: this.message.account_id
|
||||
|
||||
return this.$store.getters.findUser(accountId)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue