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
get_messages
If the result of getmessages is something like this:
channel: foo message: a channel: foo message: b
Only message "b" will be processed. get_messages assumes, incorrectly, that they will be batched:
channel: foo message: a message: b
Which is not what I'm seeing in the field.
The text was updated successfully, but these errors were encountered:
Bugfix for issue #1.
3b77fa4
No branches or pull requests
If the result of getmessages is something like this:
Only message "b" will be processed.
get_messages
assumes, incorrectly, that they will be batched:Which is not what I'm seeing in the field.
The text was updated successfully, but these errors were encountered: