Impersonation mode for OAI

This commit is contained in:
SillyLossy
2023-04-14 00:35:23 +03:00
parent e5c4aa1a1c
commit b72d6566ea
4 changed files with 153 additions and 45 deletions

View File

@ -69,7 +69,7 @@ async function moduleWorker() {
// check if last message changed
const currentLastMessage = getLastCharacterMessage();
if (lastCharacter === context.characterId && lastMessage === currentLastMessage) {
if (lastCharacter === context.characterId && lastMessage === currentLastMessage && $('img.expression').attr('src')) {
return;
}