Enable importing GIF emojis in CLI (#17706)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							b5329e0035
						
					
				
				
					commit
					c439e13e12
				
			| @@ -41,7 +41,7 @@ module Mastodon | ||||
|  | ||||
|       Gem::Package::TarReader.new(Zlib::GzipReader.open(path)) do |tar| | ||||
|         tar.each do |entry| | ||||
|           next unless entry.file? && entry.full_name.end_with?('.png') | ||||
|           next unless entry.file? && entry.full_name.end_with?('.png', '.gif') | ||||
|  | ||||
|           filename = File.basename(entry.full_name, '.*') | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user