We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core
47b819d
Windows
x64
None
接收嵌套的合并转发消息
合并转发消息(被嵌套) 文本1 文本2
文本3
正常嵌套的合并转发消息
文本1
文本2
会出现重复的消息(文本1和文本2),即被嵌套的合并转发消息会重复出现在嵌套他的合并转发消息里
No response
The text was updated successfully, but these errors were encountered:
目前我也在头疼这个问题, 一旦有嵌套,嵌套的消息就会平铺地跟随在消息尾部, 如果有多个嵌套会依次跟随 如同此消息,理论上应该只有2条 实际上: 目前的问题在于,要么不应当跟随,要么是层级出了问题
以上数据来源于lbr+ws+ob,通过调用get_forward_msg获取 且经过单步调试,似乎ws返回的数据就是这样(大体一致), ob并没有对数据进行重新排序或解嵌套处理
Sorry, something went wrong.
No branches or pull requests
请确保您已阅读以上注意事项,并勾选下方的确认框。
Lagrange项目
Core
所使用/依赖的Lagrange项目对应的commit
47b819d
运行环境
Windows
运行架构
x64
连接方式
None
重现步骤
接收嵌套的合并转发消息
期望的结果是什么?
正常嵌套的合并转发消息
实际的结果是什么?
会出现重复的消息(文本1和文本2),即被嵌套的合并转发消息会重复出现在嵌套他的合并转发消息里
简单的复现代码/链接(可选)
No response
Trace 级别日志记录(可选)
No response
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: