mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
Enable importing GIF emojis in CLI (#17706)
This commit is contained in:
parent
b5329e0035
commit
c439e13e12
1 changed files with 1 additions and 1 deletions
|
|
@ -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, '.*')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue