Will no longer display links in sticker and file names
This commit is contained in:
parent
297c79425a
commit
70a1ec65fa
1 changed files with 1 additions and 1 deletions
|
@ -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 && (
|
||||
|
|
Loading…
Reference in a new issue