Fix crash in `tootctl accounts create --reattach --force` (#24557)
1 files changed, 1 insertions(+), 0 deletions(-) M lib/mastodon/accounts_cli.rb
M lib/mastodon/accounts_cli.rb => lib/mastodon/accounts_cli.rb +1 -0
@@ 103,6 103,7 @@ module Mastodon return elsif account.user.present? DeleteAccountService.new.call(account, reserve_email: false) + account = Account.new(username: username) end end