mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 06:12:23 +03:00
Prettified Code!
This commit is contained in:
parent
11a3a79032
commit
1cd4efaf72
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export const ChatSystemMessage: FC<ChatSystemMessageProps> = ({
|
||||||
className={styles.message}
|
className={styles.message}
|
||||||
content={body}
|
content={body}
|
||||||
matchers={[
|
matchers={[
|
||||||
new UrlMatcher('url',{ customTLDs: ['online'] }),
|
new UrlMatcher('url', { customTLDs: ['online'] }),
|
||||||
new ChatMessageHighlightMatcher('highlight', { highlightString }),
|
new ChatMessageHighlightMatcher('highlight', { highlightString }),
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue