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

このコミットが含まれているのは:
Eugen Rochko 2019-01-20 12:30:25 +01:00 committed by GitHub
コミット e9cd3636c6
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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