diff --git a/src/components/common/Composer.tsx b/src/components/common/Composer.tsx index 0e498971d..7421ad45a 100644 --- a/src/components/common/Composer.tsx +++ b/src/components/common/Composer.tsx @@ -599,7 +599,8 @@ const Composer: FC = ({ handleWithConfirmation: handleActionWithPaymentConfirmation, } = usePaidMessageConfirmation(starsForAllMessages, isStarsBalanceModalOpen, starsBalance); - const hasWebPagePreview = !hasAttachments && canAttachEmbedLinks && !noWebPage && Boolean(webPagePreview); + const hasWebPagePreview = !hasAttachments && canAttachEmbedLinks && !noWebPage + && webPagePreview?.webpageType === 'full'; const isComposerBlocked = isSendTextBlocked && !editingMessage; useEffect(() => {