-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add register event && Add friendship && Add FileBox #20
Conversation
Great to see all of us approved this PR to be merged! I'd like to suggest that:
Thank you very much, I hope you all have a great weekend! |
Can this pr be merged |
@dchaofei Of course, please feel free to help yourself to merge this pull request because we have already two approvements on it! |
I don't have merge permission. 😊 |
Perhaps GitHub does not permit the PR author to merge the PR by himself? Ok, I'll merge this for you, and we can ask other contributors who have the write permission to help to merge in the future! |
Add register event.
Add friendship.
Add FileBox.
In order to solve the circular reference, I newly added the impl directory as the implementation of the interface, and write the interface to the wechaty directory. This should not be the best solution, but it can solve the current problem.