-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[Feature] Reply parsing for Weixin_oc #7379
Copy link
Copy link
Open
Labels
area:platformThe bug / feature is about IM platform adapter, such as QQ, Lark, Telegram, WebChat and so on.The bug / feature is about IM platform adapter, such as QQ, Lark, Telegram, WebChat and so on.enhancementNew feature or requestNew feature or request
Description
Description / 描述
通过研究微信返回的消息格式可以发现,其返回的消息JSON中的引用字段ref_msg:对于文字会引用返回原文,对于非文字引用会返回被引用消息的取整时间戳。通过记录近期历史消息,对非文字引用匹配最近的时间戳即可推断原消息,从而实现引用获取并适配框架的reply组件。对储存的历史信息添加了缓存限制。
Use Case / 使用场景
允许AstrBot插件获取到用户引用的内容并做出回应
Willing to Submit PR? / 是否愿意提交PR?
- Yes, I am willing to submit a PR. / 是的,我愿意提交 PR。
Code of Conduct
- I have read and agree to abide by the project's Code of Conduct. /
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:platformThe bug / feature is about IM platform adapter, such as QQ, Lark, Telegram, WebChat and so on.The bug / feature is about IM platform adapter, such as QQ, Lark, Telegram, WebChat and so on.enhancementNew feature or requestNew feature or request