chatlog
chatlog copied to clipboard
获取到联系人的列表,isfriend=true,但并不在我的联系人里面
大部分还是在通讯录的,但有个别不在联系人里面,不知道哪里来的
目前的 v4 的判断逻辑是 LocalType !=3 均为好友,需要看下误判的联系人 LocalType 是多少。
相关代码:https://github.com/sjzar/chatlog/blob/main/internal/model/contact_v4.go#L41