Add option to hide filtered statuses
This commit is contained in:
parent
fbdb7d3d95
commit
10c7365451
2 changed files with 4 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue