Add option to hide filtered statuses

This commit is contained in:
jasper 2019-02-08 04:25:56 -08:00
parent fbdb7d3d95
commit 10c7365451
2 changed files with 4 additions and 1 deletions

View file

@ -115,6 +115,9 @@ const Status = {
? this.$store.state.instance.hideFilteredStatuses
: this.$store.state.config.hideFilteredStatuses
},
hideStatus () {
return (!this.hideReply && !this.deleted) && !(this.muted && this.hideFilteredStatuses)
},
isFocused () {
// retweet or root of an expanded conversation
if (this.focused) {