Fix crash in tootctl accounts create --reattach --force (#24557)
				
					
				
			This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user