Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@kieckhafer
Copy link
Member

@kieckhafer kieckhafer commented Sep 16, 2019

Resolves parts of #5529
Impact: breaking|minor
Type: refactor

Issue

Reaction.Email was deprecated in February of 2019, over 7 months ago, and prior to our v2.0.0 release. This is one of the last pieces of code that uses getGraphQLContextInMeteorMethod, which we are removing.

Solution

Given the time this has been deprecated since before v2.0.0, and the fact that there are 0 instances of using Reaction.Email inside core code, I believe this can be removed. It might be best to not merge until we make a v3.0.0 release branch, so it's included in the other breaking changes.

Breaking changes

Any custom code using Reaction.Email will need to be updated to call context.mutations.sendEmail.

Testing

  1. Make sure the app starts

Signed-off-by: Erik Kieckhafer <[email protected]>
@kieckhafer kieckhafer requested a review from aldeed September 16, 2019 05:47
@aldeed aldeed merged commit 6cf91a8 into develop Sep 16, 2019
@aldeed aldeed deleted the refactor-kieckhafer-removeReactionEmail branch September 16, 2019 14:43
@kieckhafer kieckhafer mentioned this pull request Sep 18, 2019
@aldeed aldeed mentioned this pull request Sep 23, 2019
45 tasks
@kieckhafer kieckhafer mentioned this pull request Sep 25, 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.

3 participants