diff --git a/app/services/fetch_link_card_service.rb b/app/services/fetch_link_card_service.rb index 4141fb43df..84c4ba06f1 100644 --- a/app/services/fetch_link_card_service.rb +++ b/app/services/fetch_link_card_service.rb @@ -19,7 +19,7 @@ class FetchLinkCardService < BaseService @status = status @original_url = parse_urls - return if @original_url.nil? || @status.with_preview_card? + return if @original_url.nil? || @status.with_preview_card? || @status.with_media? || @status.quote.present? @url = @original_url.to_s