parent
							
								
									64f2ada5d4
								
							
						
					
					
						commit
						ecd36c1ede
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -476,8 +476,10 @@ namespace :mastodon do
 | 
				
			||||||
      time_ago = ENV.fetch('NUM_DAYS') { 7 }.to_i.days.ago
 | 
					      time_ago = ENV.fetch('NUM_DAYS') { 7 }.to_i.days.ago
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      MediaAttachment.where.not(remote_url: '').where.not(file_file_name: nil).where('created_at < ?', time_ago).find_each do |media|
 | 
					      MediaAttachment.where.not(remote_url: '').where.not(file_file_name: nil).where('created_at < ?', time_ago).find_each do |media|
 | 
				
			||||||
        media.file.destroy
 | 
					        if media.file.exists?
 | 
				
			||||||
        media.save
 | 
					          media.file.destroy
 | 
				
			||||||
 | 
					          media.save
 | 
				
			||||||
 | 
					        end
 | 
				
			||||||
      end
 | 
					      end
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue