Instead of refusing to create accounts, domain blocks auto-suspend new accounts from that domain
This commit is contained in:
parent
05abd977c1
commit
9bd3b11cfb
4 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue