Add case-mapping support to irc.isHighlight
Closes: https://todo.sr.ht/~emersion/gamja/77
This commit is contained in:
parent
b9dc17db97
commit
403d7ec7f7
2 changed files with 7 additions and 5 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue