Add case-mapping support to irc.isHighlight
Closes: https://todo.sr.ht/~emersion/gamja/77
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ export default class App extends Component {
|
||||
msg.key = messagesCount;
|
||||
messagesCount++;
|
||||
|
||||
msg.isHighlight = irc.isHighlight(msg, client.nick);
|
||||
msg.isHighlight = irc.isHighlight(msg, client.nick, client.cm);
|
||||
|
||||
if (!msg.tags) {
|
||||
msg.tags = {};
|
||||
|
||||
Reference in New Issue
Block a user