mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
rever commented out code
This commit is contained in:
parent
70f3d7e165
commit
e5d8087979
@ -21,7 +21,7 @@ export function formatMessageText(message, username) {
|
||||
}).makeHtml(message);
|
||||
|
||||
formattedText = linkify(formattedText, message);
|
||||
// formattedText = highlightUsername(formattedText, username);
|
||||
formattedText = highlightUsername(formattedText, username);
|
||||
|
||||
return addNewlines(formattedText);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user