~cytrogen/masto-fe

528b8e7e3a3c2abb5309f3b7c39ac2ed252d8c61 — Claire 2 years ago 58a1b2e
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