Skip to content
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

Fix for msg.del #6

Merged
merged 1 commit into from
Mar 10, 2013
Merged

Fix for msg.del #6

merged 1 commit into from
Mar 10, 2013

Conversation

samcday
Copy link
Contributor

@samcday samcday commented Oct 21, 2012

The msg.del function that was bound to messageDel function was currying the field msg.message_id, which doesn't actually exist, it should instead be msg.id.

Without this change, calling msg.del returns an error of "Not found".

seebees added a commit that referenced this pull request Mar 10, 2013
@seebees seebees merged commit 28661aa into seebees:master Mar 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants