You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Switch logic
This commit is contained in:
@@ -519,7 +519,7 @@ export function bodyToHtml(content, highlights, opts={}) {
|
|||||||
emojiBody = match && match[0] && match[0].length === contentBodyTrimmed.length
|
emojiBody = match && match[0] && match[0].length === contentBodyTrimmed.length
|
||||||
// Prevent user pills expanding for users with only emoji in
|
// Prevent user pills expanding for users with only emoji in
|
||||||
// their username
|
// their username
|
||||||
&& (content.formatted_body && !content.formatted_body.includes("https://matrix.to/"));
|
&& (!content.formatted_body || !content.formatted_body.includes("https://matrix.to/"));
|
||||||
}
|
}
|
||||||
|
|
||||||
const className = classNames({
|
const className = classNames({
|
||||||
|
|||||||
Reference in New Issue
Block a user