mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
@@ -123,11 +123,6 @@ class InlineUploads
|
||||
.sort { |a, b| a[3] <=> b[3] }
|
||||
.each do |match, link, replace_with, _index|
|
||||
|
||||
if match == link
|
||||
extension = match.split(".")[-1].downcase
|
||||
next if FileHelper.supported_images.exclude?(extension)
|
||||
end
|
||||
|
||||
node_info = link_occurences.shift
|
||||
next unless node_info&.dig(:is_valid)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user