From a72273d21a78b576d58bd7d7de237afed1241160 Mon Sep 17 00:00:00 2001 From: Jerryplusy Date: Sun, 5 Oct 2025 23:35:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=91=98=E9=80=BB=E8=BE=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/auth.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/auth.js b/apps/auth.js index f7023d0..bbc88b8 100644 --- a/apps/auth.js +++ b/apps/auth.js @@ -115,6 +115,7 @@ export class CarbonAuth extends plugin { if (e.isMaster) return true; const key = `${e.group_id}_${e.user_id}`; if (this.pending.get(key)) return true; + logger.info(`[crystelf-plugin] 群[${e.group_id}]开始对用户[${e.user_id}]的加群验证`); await this.auth(e, e.group_id, e.user_id); }); }