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
MessageAwaiter
The MessageAwaiter currently added a global Wechaty interface waitForMessage() which polluted the global Wechaty environment.
waitForMessage()
plugin-contrib/src/contrib/message-awaiter.ts
Lines 21 to 27 in f1d08c7
Need to remove the above code by refactoring this plugin. Maybe it will be changed to a helper function.
CC: @ssine
Related to PR
The text was updated successfully, but these errors were encountered:
refactor #60
8b1507a
e722214
Implemented with [email protected]
[email protected]
Sorry, something went wrong.
No branches or pull requests
The
MessageAwaiter
currently added a global Wechaty interfacewaitForMessage()
which polluted the global Wechaty environment.plugin-contrib/src/contrib/message-awaiter.ts
Lines 21 to 27 in f1d08c7
Need to remove the above code by refactoring this plugin. Maybe it will be changed to a helper function.
CC: @ssine
Related to PR
The text was updated successfully, but these errors were encountered: