Skip blocked domains media on tootctl media refresh (#16914)
This commit is contained in:
		
							parent
							
								
									108e2e28cd
								
							
						
					
					
						commit
						a38eceedb1
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -230,6 +230,7 @@ module Mastodon
 | 
			
		|||
 | 
			
		||||
      processed, aggregate = parallelize_with_progress(scope) do |media_attachment|
 | 
			
		||||
        next if media_attachment.remote_url.blank? || (!options[:force] && media_attachment.file_file_name.present?)
 | 
			
		||||
        next if DomainBlock.reject_media?(media_attachment.account.domain)
 | 
			
		||||
 | 
			
		||||
        unless options[:dry_run]
 | 
			
		||||
          media_attachment.reset_file!
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue