Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add emoji prop to image alt text (#9278)

authored by

Samuel Newman 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>