Improve filtering of public/hashtag timelines, both in backlog and real-time
This commit is contained in:
parent
c5e03a2e0d
commit
17903c6dae
4 changed files with 32 additions and 8 deletions
|
@ -14,7 +14,7 @@ module ApplicationCable
|
|||
end
|
||||
|
||||
def filter?(status)
|
||||
!status.nil? && (current_user.account.blocking?(status.account) || (status.reblog? && current_user.account.blocking?(status.reblog.account)))
|
||||
!status.nil? && FeedManager.instance.filter?(:public, status, current_user.account)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue