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

抽象出好友事件,将第一次通讯的手机号认为是新好友,触发friendship事件 (还需要整理下好友和非好友的区别) #121

Closed
Tracked by #19
su-chang opened this issue Jan 28, 2022 · 2 comments
Assignees

Comments

@su-chang
Copy link
Member

su-chang commented Jan 28, 2022

第一次出现在联系人列表中的contact作为新好友进行推送。

whatsapp只要有手机号就可以发送消息

/*
  * TODO: 也许可以将非好友发来的消息作为好友事件
  * 优点:可以在秒回端复用一些好友逻辑
  * 缺点:1、可能非好友连续发多条消息导致反复推送好友事件(例如:你好?在吗?在吗?在吗)
  *      2、whatsapp并非真正的好友关系,如果手机卡换了一个手机,通讯录没有他,则相当于非好友了,与传统好友的运作逻辑不符
*/
@su-chang su-chang mentioned this issue Jan 28, 2022
42 tasks
@kellyiscute kellyiscute self-assigned this Feb 8, 2022
@kellyiscute
Copy link
Collaborator

#141

@kellyiscute kellyiscute assigned su-chang and unassigned kellyiscute Feb 9, 2022
@kellyiscute
Copy link
Collaborator

@su-chang

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

2 participants