bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
12.74k stars 1.62k forks source link

RTL names for Starter Packs are rendered reversed in the preview image #6439

Open idann opened 1 week ago

idann commented 1 week ago

Steps to Reproduce

  1. Create or open an existing Starter Pack with its name in an RTL language. This bug was encountered with Hebrew, for example.
  2. Post it to your feed, or find an existing post with it linked and previewed.
  3. Notice how the feed's name is showing correctly in the preview title, but the rendered preview image shows the letters reversed (but not mirrored).

Attachments

I've screenshot the embed in a post where the issue occurs: image

I underlined the first 4 letters with different colors to highlight the reversing effect. The title in the image which was server-rendered is in reverse, the (smaller) title below it which is rendered by the app itself, is not.

What platform(s) does this occur on?

iOS, Android, Web (Desktop), Web (Mobile)

Device Info

No response

What version of the app are you using?

Build version: 1.93.0; Bundle info: 5f449e3 (prod); Bundle date: 24111700; Platform: web

Additional Information

No response

idann commented 5 days ago

I've narrowed it down to this embed linker, which calls this embed image renderer, which uses satori. However: image :(