Fix inconsistent filtering of silenced accounts for other silenced accounts (#34863)
This commit is contained in:
parent
4b39bced3e
commit
064d333620
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class StatusFilter
|
|||
end
|
||||
|
||||
def silenced_account?
|
||||
!account&.silenced? && status_account_silenced? && !account_following_status_account?
|
||||
status_account_silenced? && !account_following_status_account?
|
||||
end
|
||||
|
||||
def status_account_silenced?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue