mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

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

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 )}