Bluesky app fork with some witchin' additions 💫

add emoji prop to image alt text (#9278)

authored by samuel.fm and committed by

GitHub a503fe27 d58c6c9e

+2 -1
+2 -1
src/view/com/lightbox/ImageViewing/index.tsx
··· 598 598 }) 599 599 toggleAltExpanded() 600 600 }} 601 - onLongPress={() => {}}> 601 + onLongPress={() => {}} 602 + emoji> 602 603 {altText} 603 604 </Text> 604 605 </View>