Highlight original notice when expanding retweets
This commit is contained in:
parent
eab4b76951
commit
9d56721533
2 changed files with 6 additions and 2 deletions
|
@ -49,7 +49,11 @@ const conversation = {
|
|||
}
|
||||
},
|
||||
focused: function (id) {
|
||||
return (id === this.statusoid.id)
|
||||
if (!!this.statusoid.retweeted_status) {
|
||||
return (id === this.statusoid.retweeted_status.id)
|
||||
} else {
|
||||
return (id === this.statusoid.id)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue