Bluesky app fork with some witchin' additions 💫

enable link redirection in message (#8961)

authored by

hailey and committed by
GitHub
bec03297 670995a6

+1
+1
src/components/dms/MessageItem.tsx
··· 213 213 interactiveStyle={a.underline} 214 214 enableTags 215 215 emojiMultiplier={3} 216 + shouldProxyLinks={true} 216 217 /> 217 218 </View> 218 219 )}