mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Simplify culling and fix race condition (#10440)
This commit is contained in:
parent
2acd8940de
commit
67eb47e25f
@ -236,11 +236,7 @@ module Mastodon
|
||||
end
|
||||
|
||||
if [404, 410].include?(code)
|
||||
unless options[:dry_run]
|
||||
SuspendAccountService.new.call(account)
|
||||
account.destroy
|
||||
end
|
||||
|
||||
SuspendAccountService.new.call(account, destroy: true) unless options[:dry_run]
|
||||
culled += 1
|
||||
say('+', :green, false)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user