mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Set message content as renderable html
This commit is contained in:
parent
6d7f0302bf
commit
46166a78d9
@ -73,7 +73,7 @@ export default function ChatUserMessage({
|
||||
)}
|
||||
<Tooltip title={formattedTimestamp} mouseEnterDelay={1}>
|
||||
<Highlight search={highlightString}>
|
||||
<div className={s.message}>{formattedMessage}</div>
|
||||
<div className={s.message} dangerouslySetInnerHTML={{ __html: formattedMessage }} />
|
||||
</Highlight>
|
||||
</Tooltip>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user