mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 12:58:06 +01:00
Change batch account suspension to create a strike (#20897)
This commit is contained in:
parent
413481f953
commit
0cc77263fc
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue