diff --git a/index.ts b/index.ts index 2b4cb9c..aa9ebc9 100644 --- a/index.ts +++ b/index.ts @@ -222,11 +222,8 @@ async function app() { const releaseMutex = await mutex.acquire() try { for (const group of groups) { - if (group.group === event.group.id) { - continue - } const matched = group.stored.translate(event.messageId) - if (!matched) { + if (!matched || matched.isOriginal) { continue } try {