From 05193e5e016be80ec6adb59713996bf25edf6dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8C=8C?= Date: Wed, 19 Jul 2023 19:18:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20ComWeChat=20=E5=9B=9E?= =?UTF-8?q?=E5=A4=8D=E6=B6=88=E6=81=AF=E8=A7=A3=E6=9E=90=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/adapter/ComWeChat.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/adapter/ComWeChat.js b/plugins/adapter/ComWeChat.js index 7f149a3..4fda256 100644 --- a/plugins/adapter/ComWeChat.js +++ b/plugins/adapter/ComWeChat.js @@ -353,6 +353,9 @@ Bot.adapter.push(new class ComWeChatAdapter { case "voice": message.push({ type: "record", ...i.data }) break + case "reply": + message.push({ type: "reply", id: i.data.message_id, user_id: i.data.user_id }) + break default: message.push({ type: i.type, ...i.data }) }