From 9370bf679124d2430155ab7c6dd5659d7863923a Mon Sep 17 00:00:00 2001 From: daria-github Date: Tue, 20 Jun 2023 13:52:05 -0700 Subject: [PATCH] updated avatar and link fixes --- src/component-library/components/Avatar/Avatar.tsx | 2 +- src/controllers/MessageContentController.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/component-library/components/Avatar/Avatar.tsx b/src/component-library/components/Avatar/Avatar.tsx index 1cbac187..1d492c0b 100644 --- a/src/component-library/components/Avatar/Avatar.tsx +++ b/src/component-library/components/Avatar/Avatar.tsx @@ -30,7 +30,7 @@ export const Avatar = ({ url, isLoading, address }: AvatarProps) => { <> {address} diff --git a/src/controllers/MessageContentController.tsx b/src/controllers/MessageContentController.tsx index a40caf56..44a031cb 100644 --- a/src/controllers/MessageContentController.tsx +++ b/src/controllers/MessageContentController.tsx @@ -32,7 +32,7 @@ const MessageContentController = ({ escapeHtml onClick={(event: MouseEvent) => event.stopPropagation()} matchers={[ - new UrlMatcher("url", { validateTLD: false }), + new UrlMatcher("url"), new EmojiMatcher("emoji", { convertEmoticon: true, convertShortcode: true,