diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 5b1a863f2..022141a73 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -129,6 +129,8 @@ module ApplicationHelper if opts[:image].present? && opts[:image].start_with?("//") uri = URI(Discourse.base_url) opts[:image] = "#{uri.scheme}:#{opts[:image]}" + elsif opts[:image].present? && opts[:image].start_with?("/uploads/") + opts[:image] = "#{Discourse.base_url}#{opts[:image]}" end # Add opengraph tags