@jackle.dev/zalox-plugin 1.0.14 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/listener.ts +1 -1
package/package.json
CHANGED
package/src/listener.ts
CHANGED
|
@@ -376,7 +376,7 @@ export async function startInProcessListener(
|
|
|
376
376
|
const textMention = content.includes(`@${name}`) || content.includes('@Tiệp Lê');
|
|
377
377
|
|
|
378
378
|
// DEBUG Group logic
|
|
379
|
-
console.log(`[ZaloX] Group
|
|
379
|
+
console.log(`[ZaloX] Group Check: ownId=${ownId} mentioned=${isMentioned} textMention=${textMention} content="${content}"`);
|
|
380
380
|
|
|
381
381
|
if (!isMentioned && !textMention && !content.startsWith('/')) {
|
|
382
382
|
return;
|