Remove unneeded block check

th-downstream
Eugen Rochko 8 years ago
parent 77a76d5171
commit e55bad5740

@ -17,8 +17,6 @@ class ProcessInteractionService < BaseService
domain = Addressable::URI.parse(url).host
account = Account.find_by(username: username, domain: domain)
return if DomainBlock.blocked?(domain)
if account.nil?
account = follow_remote_account_service.call("#{username}@#{domain}")
end

Loading…
Cancel
Save