diff --git a/Frameworks/Account/FeedProvider/Reddit/RedditLink.swift b/Frameworks/Account/FeedProvider/Reddit/RedditLink.swift index c98a4eb67..5114149ee 100644 --- a/Frameworks/Account/FeedProvider/Reddit/RedditLink.swift +++ b/Frameworks/Account/FeedProvider/Reddit/RedditLink.swift @@ -98,7 +98,7 @@ struct RedditLinkData: Codable { return html } - if let mediaEmbedContent = mediaEmbed?.content { + if !url.hasPrefix("https://imgur.com"), let mediaEmbedContent = mediaEmbed?.content { return mediaEmbedContent }