From 6533a2540486081b661454ae6dbcf484dc3855e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sun, 4 Aug 2024 19:12:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/onebot11/main.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/onebot11/main.ts b/src/onebot11/main.ts index 0f926271..1400a0e3 100644 --- a/src/onebot11/main.ts +++ b/src/onebot11/main.ts @@ -213,8 +213,6 @@ export class NapCatOnebot11 { //console.log('ob11 onRecvMsg', JSON.stringify(msg, null, 2)); // logDebug('收到消息', msg); for (const m of msg) { - let t = await WebApi.shareDigest(m.peerUid, m.msgSeq,m.msgRandom,m.peerUid); - console.log(t); // try: 减掉3s 试图修复消息半天收不到(不减了不减了 会出大问题) if (this.bootTime > parseInt(m.msgTime)) { logDebug(`消息时间${m.msgTime}早于启动时间${this.bootTime},忽略上报`);