clarity
This commit is contained in:
parent
3f3e68c492
commit
1184ea2c3b
|
@ -569,9 +569,11 @@ async function moduleWorker() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const lastMessageChanged = !((lastCharacter === context.characterId || lastCharacter === context.groupId)
|
||||||
|
&& lastMessage === currentLastMessage.mes);
|
||||||
|
|
||||||
// check if last message changed
|
// check if last message changed
|
||||||
if ((lastCharacter === context.characterId || lastCharacter === context.groupId)
|
if (!lastMessageChanged) {
|
||||||
&& lastMessage === currentLastMessage.mes) {
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue