Skip to content
Snippets Groups Projects
Unverified Commit c439e13e authored by Rens Groothuijsen's avatar Rens Groothuijsen Committed by GitHub
Browse files

Enable importing GIF emojis in CLI (#17706)

parent b5329e00
No related branches found
No related tags found
No related merge requests found
......@@ -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, '.*')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment