Display messages with a highlight differently
This commit is contained in:
@@ -70,6 +70,10 @@ class LogLine extends Component {
|
||||
lineClass = "talk";
|
||||
content = html`${"<"}${createNick(msg.prefix.name)}${">"} ${linkify(stripANSI(text))}`;
|
||||
}
|
||||
|
||||
if (msg.isHighlight) {
|
||||
lineClass += " highlight";
|
||||
}
|
||||
break;
|
||||
case "JOIN":
|
||||
content = html`
|
||||
|
||||
Reference in New Issue
Block a user