Skip to content
Snippets Groups Projects
Unverified Commit e9cd3636 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix `tootctl accounts delete` not deleting user record as well (#9874)

parent d891b0b0
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ module Mastodon
end
say("Deleting user with #{account.statuses_count} statuses, this might take a while...")
SuspendAccountService.new.call(account, remove_user: true)
SuspendAccountService.new.call(account, including_user: true)
say('OK', :green)
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