Merge branch 'rich-media-ordering' into 'develop'

Rich Media Parser should use first image found

Closes #3356

See merge request pleroma/pleroma!4329
This commit is contained in:
feld 2025-03-01 02:01:22 +00:00
commit a8e863e0d6
6 changed files with 185 additions and 18 deletions

View file

@ -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.