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

th-downstream
Eugen Rochko 6 years ago committed by GitHub
parent bacdc6f798
commit a338ea38bd

@ -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

Loading…
Cancel
Save