feat(event-proxy): 转发的时候过滤掉消息
This commit is contained in:
parent
72be22b076
commit
69254635c8
@ -22,7 +22,7 @@ export const manageBotReq = async (ctx: Context.Data): Promise<Response> => {
|
||||
}
|
||||
|
||||
// 如果是michat的Event转发给MiChatServer
|
||||
if (app === "michat" && larkBody.isEvent) {
|
||||
if (app === "michat" && larkBody.isEvent && !larkBody.isMessageEvent) {
|
||||
attachService.proxyMiChatEvent(body)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user