From 69254635c81350a759a4c69e8a89d17b3aa357ea Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Tue, 29 Oct 2024 08:39:47 +0000 Subject: [PATCH] =?UTF-8?q?feat(event-proxy):=20=E8=BD=AC=E5=8F=91?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=E8=BF=87=E6=BB=A4=E6=8E=89=E6=B6=88?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/bot/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/bot/index.ts b/routes/bot/index.ts index 43fa047..7f97f48 100644 --- a/routes/bot/index.ts +++ b/routes/bot/index.ts @@ -22,7 +22,7 @@ export const manageBotReq = async (ctx: Context.Data): Promise => { } // 如果是michat的Event转发给MiChatServer - if (app === "michat" && larkBody.isEvent) { + if (app === "michat" && larkBody.isEvent && !larkBody.isMessageEvent) { attachService.proxyMiChatEvent(body) }