cleanup, fixed self-highlighting in notifications, fixed incorrect hex code handling

This commit is contained in:
Henry Jameson 2018-08-05 05:41:37 +03:00
parent 6a81aa2745
commit b04a9d1229
3 changed files with 3 additions and 6 deletions

View file

@ -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])