Fix tootctl accounts delete not deleting user record as well (#9874)
这个提交存在于:
父节点
d891b0b007
当前提交
e9cd3636c6
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -176,7 +176,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
say("Deleting user with #{account.statuses_count} statuses, this might take a while...")
|
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)
|
say('OK', :green)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
添加表格
在新工单中引用