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

refactor: remove Reaction.Email #5559

Merged
merged 1 commit into from
Sep 16, 2019

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.

2 participants