koishijs / koishi

Cross-platform chatbot framework made with love
https://koishi.chat
MIT License
4.53k stars 246 forks source link

Bug: discord 适配器 `getMessageList` 中获得的消息没有 `quote.id` #1312

Open Seidko opened 11 months ago

Seidko commented 11 months ago

Describe the bug

在 discord 适配器中通过 bot.getMessageList 获得的消息没有 quote.id,具体如下图:

Steps to reproduce

  1. create koishi
  2. 启动 discord 适配器
  3. 安装 @seidko/messages 插件
  4. 让机器人接收到某个频道的消息后关闭适配器
  5. 发一条带有 quote 的消息
  6. 启动 discord 适配器
  7. 查看数据库,新获取到的消息中没有 quoteId

Expected behavior

在 discord 适配器中通过 bot.getMessageList 获得的消息正常拥有 quote.id

Screenshots

image image

Versions

Additional context

No response