We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
use function Contact.findAll() to get all the contact list. It should return all my real contact, shouldn't include oa account
Contact.findAll()
Contact.findAll() return the contactLIst includes oa account.
The text was updated successfully, but these errors were encountered:
Wechat(webwxApp) always treat all contact(include OA account) as the same.
So the implementation of Wechaty in the current version, OA Account is also a Contact.
I'll close this issue for now. In the future, you can purpose a new design to separate the Contact type, and we can discuss based on that.
Sorry, something went wrong.
No branches or pull requests
Expected behavior
use function
Contact.findAll()
to get all the contact list.It should return all my real contact, shouldn't include oa account
Actual behavior
Contact.findAll()
return the contactLIst includes oa account.The text was updated successfully, but these errors were encountered: