idranme / koishi-plugin-adapter-red

Red Protocol Adapter for Koishi
GNU Affero General Public License v3.0
18 stars 2 forks source link

[bug] 没有响应好友申请 #10

Closed Mcayear closed 10 months ago

Mcayear commented 1 year ago

使用 koishi-plugin-verifier 插件批准通过所有好友请求但没有效果。

image

相关

koishi-plugin-verifier: https://github.com/koishijs/koishi-plugin-verifier/blob/main/src/index.ts#L58

koishi文档: https://koishi.chat/zh-CN/api/core/events.html#%E6%88%90%E5%91%98%E7%B1%BB%E4%BA%8B%E4%BB%B6

Mcayear commented 1 year ago

因为 ctx.middleware(async (session, next) => {}) 没有收到临时会话的消息。

所以我想让他能够通过好友申请,结果也不行(

idranme commented 1 year ago

等有时间我看看

idranme commented 1 year ago

这个还得等

idranme commented 10 months ago

当前版本适配器(2.5.2)可以收发临时会话消息