bluesky-social / social-app

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

fix: reused getRkey function in embed component #6591

Closed MathurAditya724 closed 6 hours ago

MathurAditya724 commented 22 hours ago

I've updated the Embed component to reuse the getRkey function instead of relying on AtUri. This change enhances reusability and helps reduce the bundle size slightly.

I came across this improvement while working on https://github.com/rhinobase/react-bluesky and thought it would be a helpful optimization.