mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 12:05:07 +01:00
Add missing dot for remote image (#7751)
This commit is contained in:
parent
12fa2500c4
commit
b7b331ad0d
@ -69,7 +69,11 @@ module Remotable
|
|||||||
|
|
||||||
return if type.nil?
|
return if type.nil?
|
||||||
|
|
||||||
type.extensions.first
|
extname = type.extensions.first
|
||||||
|
|
||||||
|
return if extname.nil?
|
||||||
|
|
||||||
|
".#{extname}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def parse_content_type(content_type)
|
def parse_content_type(content_type)
|
||||||
|
Loading…
Reference in New Issue
Block a user