should_filter=blocks_or_mutes?(receiver_id,check_for_blocks,:mentions)# Filter if it's from someone I blocked, in reply to someone I blocked, or mentioning someone I blocked (or muted)
blocks_or_mutes?(receiver_id,check_for_blocks,:mentions)# Filter if it's from someone I blocked, in reply to someone I blocked, or mentioning someone I blocked (or muted)
should_filter||=status.account.silenced?&&!Follow.exists?(account_id:receiver_id,target_account_id:status.account_id)# Filter if the account is silenced and I'm not following them
should_filter
end
end
# Check if status should not be added to the list feed
# Check if status should not be added to the list feed