From 3b68dfeb3bbc8a973b1b368989be965d41241f55 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 31 Oct 2024 21:51:58 +0000 Subject: allow emoji in link facets (#6039) --- src/components/RichText.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/RichText.tsx') 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)} , ) -- cgit 1.4.1