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