diff options
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]) |
