about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/RichText.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/RichText.tsx b/src/components/RichText.tsx
index 1c65a87ac..8f6358dd5 100644
--- a/src/components/RichText.tsx
+++ b/src/components/RichText.tsx
@@ -128,7 +128,8 @@ export function RichText({
             // @ts-ignore TODO
             dataSet={WORD_WRAP}
             shareOnLongPress
-            onPress={onLinkPress}>
+            onPress={onLinkPress}
+            emoji>
             {toShortUrl(segment.text)}
           </InlineLinkText>,
         )