0
0
Fork 0

Instead of refusing to create accounts, domain blocks auto-suspend new accounts from that domain

This commit is contained in:
Eugen Rochko 2017-01-20 20:14:02 +01:00
parent 05abd977c1
commit 9bd3b11cfb
4 changed files with 6 additions and 3 deletions

View file

@ -61,7 +61,7 @@ class ProcessFeedService < BaseService
status.save!
NotifyService.new.call(status.reblog.account, status) if status.reblog? && status.reblog.account.local?
LinkCrawlWorker.perform_async(status.reblog? ? status.reblog_of_id : status.id)
# LinkCrawlWorker.perform_async(status.reblog? ? status.reblog_of_id : status.id)
Rails.logger.debug "Queuing remote status #{status.id} (#{id}) for distribution"
DistributionWorker.perform_async(status.id)
status