Don't act on undefined attributes

pull/21833/head
Andrew Morgan 2019-04-11 00:05:04 +01:00
parent 6a41975826
commit 52facdc0c3
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ export function bodyToHtml(content, highlights, opts={}) {
emojiBody = match && match[0] && match[0].length === contentBodyTrimmed.length
// Prevent user pills expanding for users with only emoji in
// their username
&& !content.formatted_body.includes("https://matrix.to/");
&& (content.formatted_body && !content.formatted_body.includes("https://matrix.to/"));
}
const className = classNames({