Kaynağa Gözat

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

master
Eugen Rochko 5 yıl önce
committed by GitHub
ebeveyn
işleme
e9cd3636c6
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      lib/mastodon/accounts_cli.rb

+ 1
- 1
lib/mastodon/accounts_cli.rb Dosyayı Görüntüle

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



Yükleniyor…
İptal
Kaydet