Fix “tootctl accounts unfollow” (#15639)

Fixes #15635

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
ThibG 2021-01-29 18:38:56 +01:00 committed by Claire
parent 9437e9f0b9
commit add7b9f82e

View file

@ -402,7 +402,7 @@ module Mastodon
exit(1)
end
parallelize_with_progress(target_account.followers.local) do |account|
processed, = parallelize_with_progress(target_account.followers.local) do |account|
UnfollowService.new.call(account, target_account)
end