-
Notifications
You must be signed in to change notification settings - Fork 73
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
在群里@人取不到值 #141
Comments
Link to wechaty/wechaty#1991 |
我用这个来判断是否@了我 = = if (msg.text().indexOf(`@${userName} `) !== -1)
// 在onLogin事件中记录当前用户名称 |
After I have a check of the code, it seems that we are not supporting the Maybe the code has been lost when we refactoring the code before. Should be reverted the old codes back, to be investigated, and PR is welcome. Related Issues & PRs |
Should be fixed with Please let me know if it works for you or not, thank you very much. |
I'll close this issue because it seems no feedback for bugs anymore. Feel free to let me know if there's any problem. |
在群里@后,mentionSelf是false,mentionList是空数组
The text was updated successfully, but these errors were encountered: