mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix tootctl accounts delete
not deleting user record as well (#9874)
This commit is contained in:
parent
d891b0b007
commit
e9cd3636c6
@ -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…
Reference in New Issue
Block a user