Add option to hide filtered statuses

This commit is contained in:
jasper 2019-02-08 05:17:20 -08:00
parent 10c7365451
commit 7818d6786b
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ const Status = {
: this.$store.state.config.hideFilteredStatuses
},
hideStatus () {
return (!this.hideReply && !this.deleted) && !(this.muted && this.hideFilteredStatuses)
return (this.hideReply || this.deleted) || (this.muted && this.hideFilteredStatuses)
},
isFocused () {
// retweet or root of an expanded conversation