Skip to content
Snippets Groups Projects
Unverified Commit 13d5b815 authored by ThibG's avatar ThibG Committed by GitHub
Browse files

Fix “tootctl accounts unfollow” (#15639)


Fixes #15635

Co-authored-by: default avatarClaire <claire.github-309c@sitedethib.com>
parent b4281f5a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment