Ver a proveniência

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

master
Eugen Rochko há 5 anos
committed by GitHub
ascendente
cometimento
e9cd3636c6
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      lib/mastodon/accounts_cli.rb

+ 1
- 1
lib/mastodon/accounts_cli.rb Ver ficheiro

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



Carregando…
Cancelar
Guardar