Fix tootctl media refresh (#13751)
This commit is contained in:
		
					parent
					
						
							
								af53cfd19e
							
						
					
				
			
			
				commit
				
					
						cbfb2c0e71
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -198,7 +198,7 @@ module Mastodon
 | 
			
		|||
      if options[:status]
 | 
			
		||||
        scope = MediaAttachment.where(status_id: options[:status])
 | 
			
		||||
      elsif options[:account]
 | 
			
		||||
        username, domain = username.split('@')
 | 
			
		||||
        username, domain = options[:account].split('@')
 | 
			
		||||
        account = Account.find_remote(username, domain)
 | 
			
		||||
 | 
			
		||||
        if account.nil?
 | 
			
		||||
| 
						 | 
				
			
			@ -217,7 +217,7 @@ module Mastodon
 | 
			
		|||
        next if media_attachment.remote_url.blank? || (!options[:force] && media_attachment.file_file_name.present?)
 | 
			
		||||
 | 
			
		||||
        unless options[:dry_run]
 | 
			
		||||
          media_attachment.reset_file!
 | 
			
		||||
          media_attachment.file_remote_url = media_attachment.remote_url
 | 
			
		||||
          media_attachment.save
 | 
			
		||||
        end
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue