Skip to content

Conversation

@bwasty
Copy link

@bwasty bwasty commented May 12, 2017

Related PR with fix: slack-rs/slack-rs-api#43.
Added test case based on a real message that could not be parsed.

@bwasty
Copy link
Author

bwasty commented May 12, 2017

Found another issue (see c4e2e9d) - so now this contains also a fix, not just a test.

@bwasty bwasty force-pushed the fix_reaction_added branch from fabda13 to 61b2abb Compare May 12, 2017 16:11
@bwasty bwasty changed the title Add test for decoding reaction_added Fix for decoding reaction_added May 12, 2017
@BenTheElder
Copy link
Member

Just noting since I forgot to previously: I am following this and I'll take another look once the upstream changes are sorted and we get travis passing. Thanks for the contributions!

ReactionRemoved {
user: String,
reaction: String,
item: Box<reactions::ListResponseItem>,
Copy link
Member

Choose a reason for hiding this comment

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

As mentioned in the PR on slack-rs-api, this object should be replaced with the lighter-weight object as specified in the Slack event docs. No upstream change necessary! :)

Copy link
Author

Choose a reason for hiding this comment

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

Makes sense, I'll do the changes later this week.

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.

3 participants