Fixing formatting of PR #2903

This commit is contained in:
Gabe Kangas 2023-04-03 18:44:34 -07:00
parent c0da3dafcb
commit 13c32bd6bd
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -26,7 +26,7 @@ export const ChatSystemMessage: FC<ChatSystemMessageProps> = ({
className={styles.message}
content={body}
matchers={[
new UrlMatcher('url', { validateTLD: false }),
new UrlMatcher('url', { customTLDs: ['online'] }),
new ChatMessageHighlightMatcher('highlight', { highlightString }),
]}
/>