Skip to content

Improve opengraph embeds

io requested to merge io/pleroma:improve-og-embed into develop

This brings them more in line with Mastodon.

  • Deduplicates display name from the title and content
  • Removes arbitrary limits on the size of the embedded image
  • Removes angled double quotes from embed descriptions. These would normally just indicate that the content is a quote, but that is already implied by the content being in an embed.

Before: Screenshot_2021-06-04_00-39-51

After: Screenshot_2021-06-03_23-12-41

Merge request reports