cleanup, fixed self-highlighting in notifications, fixed incorrect hex code handling
This commit is contained in:
parent
6a81aa2745
commit
b04a9d1229
3 changed files with 3 additions and 6 deletions
|
@ -50,6 +50,7 @@ const Status = {
|
|||
return highlightStyle(highlight[user.screen_name])
|
||||
},
|
||||
userStyle () {
|
||||
if (this.noHeading) return
|
||||
const user = this.retweet ? (this.statusoid.retweeted_status.user) : this.statusoid.user
|
||||
const highlight = this.$store.state.config.highlight
|
||||
return highlightStyle(highlight[user.screen_name])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue