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

群消息撤回windows端无效 #81

Open
Mir2Nobody opened this issue Aug 26, 2024 · 4 comments
Open

群消息撤回windows端无效 #81

Mir2Nobody opened this issue Aug 26, 2024 · 4 comments

Comments

@Mir2Nobody
Copy link

3.2.10-25765和3.1.2-13107两个都测试了
撤回群消息,android,linux,mac撤回成功,windows端消息无法成功撤回

@Redmomn
Copy link
Collaborator

Redmomn commented Aug 26, 2024

代码贴一下,我这测试windows撤回没问题
而且理论上讲,撤回通知是qq统一下发的,不太可能出现某个平台没有撤回的情况

@Mir2Nobody
Copy link
Author

Mir2Nobody commented Sep 10, 2024

qqClient.GroupMessageEvent.Subscribe(func(client *client.QQClient, event *message.GroupMessage) {
qqClient.RecallGroupMessage(event.GroupUin, uint32(event.Id))
})

撤回消息后,移动端,mac端,nt端都正常撤回了,但是老版本QQ客户端消息还在

@Redmomn
Copy link
Collaborator

Redmomn commented Sep 10, 2024

提供一下lagrango的协议版本,以及旧版qq客户端的版本
另外这情况能不能稳定复现

@Mir2Nobody
Copy link
Author

github.com/LagrangeDev/LagrangeGo v0.0.0-20240909043624-2a9e85f064ec
QQ9.7.23(29391) https://dldir1.qq.com/qqfile/qq/PCQQ9.7.23/QQ9.7.23.29391.exe
100%出现

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Redmomn @Mir2Nobody and others