diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-05 05:41:37 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-05 05:41:37 +0300 |
| commit | b04a9d1229e1ed35f61634ae25519cfbcb8a2c29 (patch) | |
| tree | 2f39cc68211c40144c08b3cf6d0dcfa1921ed458 /src/components/status/status.js | |
| parent | 6a81aa274533b6af1f2514508f6f9fa3b0795c9f (diff) | |
cleanup, fixed self-highlighting in notifications, fixed incorrect hex code handling
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 3a9363ab..10f93207 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -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]) |
