Skip to content

Commit

Permalink
domains: allow broken Instagram image on oEmbed permissions error
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Jul 31, 2024
1 parent 46fd955 commit 7691eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/domains/instagram.com/instagram.com.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default {
// No media - let's validate image as it may be expired.

// Remove below error when and if it's fixed. Validators will remove the link
error: 'Unfortunatelly Instagram\'s OG image is cropped as of 2023-10-11 and as of 2024-02-02'
error: oembed.is_fallback ? null : 'Unfortunatelly Instagram\'s OG image is cropped as of 2023-10-11 and as of 2024-02-02'
});
}

Expand Down

0 comments on commit 7691eef

Please sign in to comment.