Skip to content

Commit

Permalink
feat: rendering url and email (#122)
Browse files Browse the repository at this point in the history
Signed-off-by: Iuri Pereira <689440+iuricmp@users.noreply.github.com>
  • Loading branch information
iuricmp authored Jul 25, 2024
1 parent 37c9888 commit c64035f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/components/feed/post-content-label.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const PostContentLabel: React.FC<Props> = ({ children, onMentionPress }) => {
return (
<Autolink
text={children}
email={false}
url={false}
email={true}
url={true}
matchers={[
{
pattern: PATTERN,
Expand Down

0 comments on commit c64035f

Please sign in to comment.