Merge branch 'develop' into feat/media-modal
This commit is contained in:
commit
51024a2c8a
16 changed files with 501 additions and 36 deletions
|
@ -128,7 +128,7 @@ const Status = {
|
|||
return lengthScore > 20
|
||||
},
|
||||
isReply () {
|
||||
return !!this.status.in_reply_to_status_id
|
||||
return !!(this.status.in_reply_to_status_id && this.status.in_reply_to_user_id)
|
||||
},
|
||||
replyToName () {
|
||||
const user = this.$store.state.users.usersObject[this.status.in_reply_to_user_id]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue