Skip to content
New issue

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

[Bug?]: 嵌套的合并转发消息会出现重复的消息 #684

Open
4 tasks done
lcheny-qwq opened this issue Nov 14, 2024 · 1 comment
Open
4 tasks done

[Bug?]: 嵌套的合并转发消息会出现重复的消息 #684

lcheny-qwq opened this issue Nov 14, 2024 · 1 comment
Labels
bug? Maybe it's a bug

Comments

@lcheny-qwq
Copy link

lcheny-qwq commented Nov 14, 2024

请确保您已阅读以上注意事项,并勾选下方的确认框。

  • 我已经仔细阅读上述内容
  • 我已经使用 最新构建 测试过,问题依旧存在。
  • 我已经在 Issue Tracker 中找过我要提出的问题,没有找到相同问题的ISSUE。
  • 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。(其它疑问请考虑加入TG群询问或在discussions中提问)

Lagrange项目

Core

所使用/依赖的Lagrange项目对应的commit

47b819d

运行环境

Windows

运行架构

x64

连接方式

None

重现步骤

接收嵌套的合并转发消息

期望的结果是什么?

QQ_1731562083453

合并转发消息(被嵌套)
文本1
文本2

文本3

正常嵌套的合并转发消息

实际的结果是什么?

809086fe1d611cd80b8d193449fd815a
e9b340c2da533e3f0f874a341c1f987b

合并转发消息(被嵌套)
文本1
文本2

文本3

文本1

文本2

会出现重复的消息(文本1和文本2),即被嵌套的合并转发消息会重复出现在嵌套他的合并转发消息

简单的复现代码/链接(可选)

No response

Trace 级别日志记录(可选)

No response

补充说明(可选)

No response

@lcheny-qwq lcheny-qwq added the bug? Maybe it's a bug label Nov 14, 2024
@MikuPy2001
Copy link

目前我也在头疼这个问题,
一旦有嵌套,嵌套的消息就会平铺地跟随在消息尾部,
如果有多个嵌套会依次跟随
如同此消息,理论上应该只有2条
image
实际上:
image
目前的问题在于,要么不应当跟随,要么是层级出了问题

以上数据来源于lbr+ws+ob,通过调用get_forward_msg获取
且经过单步调试,似乎ws返回的数据就是这样(大体一致),
ob并没有对数据进行重新排序或解嵌套处理

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug? Maybe it's a bug
Projects
None yet
Development

No branches or pull requests

2 participants