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

Add ability to delete messages #17

Merged
merged 2 commits into from
Feb 3, 2015
Merged

Add ability to delete messages #17

merged 2 commits into from
Feb 3, 2015

Conversation

paulhammond
Copy link
Contributor

This pull requests builds on the pattern from #14, and adds the ability to delete messages.

}
@_client.logger.debug "Sending message delete request"
@_client.logger.debug params
if @ts then @_client._apiCall "chat.delete", params, @_onDeleteMessage
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the request is going to be conditionally sent I think the logging should go in the same conditional.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, fixed in bdfb0fa

paulhammond added a commit that referenced this pull request Feb 3, 2015
@paulhammond paulhammond merged commit 0478351 into slackapi:master Feb 3, 2015
@paulhammond paulhammond deleted the message_delete branch February 3, 2015 21:07
aoberoi added a commit to aoberoi/node-slack-sdk that referenced this pull request Mar 20, 2019
aoberoi added a commit to aoberoi/node-slack-sdk that referenced this pull request Mar 20, 2019
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.

2 participants