rename hidden stuff to virtualHidden, remove log

This commit is contained in:
Shpuld Shpuldson 2020-01-15 16:37:08 +02:00
commit 42f8fb2dca
4 changed files with 11 additions and 12 deletions

View file

@ -35,7 +35,7 @@ const Status = {
'showPinned',
'inProfile',
'profileUserId',
'hidden'
'virtualHidden'
],
data () {
return {
@ -122,7 +122,7 @@ const Status = {
return this.mergedConfig.hideFilteredStatuses
},
hideStatus () {
return (this.hideReply || this.deleted) || (this.muted && this.hideFilteredStatuses) || this.hidden
return (this.hideReply || this.deleted) || (this.muted && this.hideFilteredStatuses) || this.virtualHidden
},
isFocused () {
// retweet or root of an expanded conversation