Change batch account suspension to create a strike (#20897)

merge/filtering
Claire 1 year ago committed by GitHub
parent 413481f953
commit 0cc77263fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -115,6 +115,10 @@ class Form::AccountBatch
authorize(account, :suspend?)
log_action(:suspend, account)
account.suspend!(origin: :local)
account.strikes.create!(
account: current_account,
action: :suspend
)
Admin::SuspensionWorker.perform_async(account.id)
end

Loading…
Cancel
Save