Change batch account suspension to create a strike (#20897)
This commit is contained in:
		@@ -115,6 +115,10 @@ class Form::AccountBatch
 | 
				
			|||||||
    authorize(account, :suspend?)
 | 
					    authorize(account, :suspend?)
 | 
				
			||||||
    log_action(:suspend, account)
 | 
					    log_action(:suspend, account)
 | 
				
			||||||
    account.suspend!(origin: :local)
 | 
					    account.suspend!(origin: :local)
 | 
				
			||||||
 | 
					    account.strikes.create!(
 | 
				
			||||||
 | 
					      account: current_account,
 | 
				
			||||||
 | 
					      action: :suspend
 | 
				
			||||||
 | 
					    )
 | 
				
			||||||
    Admin::SuspensionWorker.perform_async(account.id)
 | 
					    Admin::SuspensionWorker.perform_async(account.id)
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user