Will no longer display links in sticker and file names

This commit is contained in:
ayes-web 2022-10-14 11:43:27 +03:00
parent 297c79425a
commit 70a1ec65fa

View file

@ -808,7 +808,7 @@ function Message({
isEdited={isEdited}
/>
)}
{findLinks(body).map((link) => (
{msgType === 'm.text' && findLinks(body).map((link) => (
<Embed key={link.href} link={link.href} />
))}
{isEdit && (