-
Notifications
You must be signed in to change notification settings - Fork 65
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
room join event is not triggered #291
Comments
Please upgrade |
@su-chang I have updated the pkg and use
|
Could you please share the log here? |
I logged the function arguements, they are <invitee contact object, inviter contact object, timestamp string> which surprised me. |
0. Report Issue Guide
1. Versions
Answer:
0.40.10
Answer:
0.6.3
node --version
)Answer:
v13.12.0
Answer:
Mac
2. Describe the bug
Here is my code
I didn't see the listener function was triggered, but I saw it's triggered on donut puppet with the same piece of code. Is it because of it doesn't support async function?
3. To Reproduce
This part is very important: if you can not provide any reproduce steps, then the problem will be very hard to be recognized.
Steps to reproduce the behavior:
4. Expected behavior
Give a clear and concise description of what you expected to happen.
5. Actual behavior
If applicable, add screenshots to help explain your problem. But do not paste log screenshots here.
6. Full Output Logs
Set env
WECHATY_LOG=silly
in order to set log level to silly, then we can get the full log (If you dosen't set log env, log level is info as default, we cannot get the full log)We need full log instead of log screenshot or log fragments!
Show Logs
7. Additional context
Add any other context about the problem here.
[bug]
The text was updated successfully, but these errors were encountered: