Remove Salmon and PubSubHubbub (#11205)
* Remove Salmon and PubSubHubbub endpoints * Add error when trying to follow OStatus accounts * Fix new accounts not being created in ResolveAccountService
This commit is contained in:
		@@ -44,7 +44,6 @@ class BlockDomainService < BaseService
 | 
			
		||||
 | 
			
		||||
  def suspend_accounts!
 | 
			
		||||
    blocked_domain_accounts.without_suspended.reorder(nil).find_each do |account|
 | 
			
		||||
      UnsubscribeService.new.call(account) if account.subscribed?
 | 
			
		||||
      SuspendAccountService.new.call(account, suspended_at: @domain_block.created_at)
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user