Fix crash in `tootctl accounts create --reattach --force` (#24557)

local
Claire 1 year ago committed by GitHub
parent 58a1b2e330
commit 528b8e7e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/mastodon/accounts_cli.rb

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

Loading…
Cancel
Save