-
Notifications
You must be signed in to change notification settings - Fork 52
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
修复群中一旦有@就导致消息接收慢的问题 #208
修复群中一旦有@就导致消息接收慢的问题 #208
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please bump the minor version to a new odd number so that we can make sure this change will not affect the old version users when we are testing?
thank you very much for this great improvement!
ok, has changed |
Please change You can use the command to bump it: npm version minor The last number is the patch number. |
Ok, Thank you for your reminder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you so much for fixing this issue!
#203