Replies: 1 comment
-
根据 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
由于ntqq与现行qq的协议不同,在ntqq中直接实现stranger_info是一件非常困难(且危险)的行为.我尝试在cache中维护一个由
friend
和groupmember
继承而来的allmember
列表,用于stranger_info的调用.这么实现肯定不能完全复现这个api的效果,但是至少80%的调用能够正常返回结果了.
我感觉这样的实现并不是正规实现,因此没有提pr,而是提了discussion.
这里贴上我fork并修改的项目地址:https://github.com/MuuuShin/Lagrange.Core
Beta Was this translation helpful? Give feedback.
All reactions