summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2025-03-01 02:01:22 +0000
committerfeld <feld@feld.me>2025-03-01 02:01:22 +0000
commita8e863e0d627b6ed9563d953ee2cc8c9f4c9ee7a (patch)
tree3d03c844a0dbc1c651a17e0873bbf20a917aa61e /changelog.d
parentb77085090335f0cf3a24fd5dd82e52f8a24c1752 (diff)
parentac0882e3483d6ad4d82e9a9ce88c80933bf9efe6 (diff)
downloadpleroma-a8e863e0d627b6ed9563d953ee2cc8c9f4c9ee7a.tar.gz
pleroma-a8e863e0d627b6ed9563d953ee2cc8c9f4c9ee7a.zip
Merge branch 'rich-media-ordering' into 'develop'
Rich Media Parser should use first image found Closes #3356 See merge request pleroma/pleroma!4329
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/rich-media-twittercard.fix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/rich-media-twittercard.fix b/changelog.d/rich-media-twittercard.fix
new file mode 100644
index 000000000..16da54874
--- /dev/null
+++ b/changelog.d/rich-media-twittercard.fix
@@ -0,0 +1 @@
+Fix Rich Media parsing of TwitterCards/OpenGraph to adhere to the spec and always choose the first image if multiple are provided.