enable link redirection in message (#8961)

This commit is contained in:
hailey
2025-09-02 16:31:37 -07:00
committed by GitHub
parent 670995a649
commit bec0329774
+1
View File
@@ -213,6 +213,7 @@ let MessageItem = ({
interactiveStyle={a.underline}
enableTags
emojiMultiplier={3}
shouldProxyLinks={true}
/>
</View>
)}