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

Don't send an email to the creator of the short URL #3708

Merged
merged 1 commit into from
Apr 24, 2018
Merged

Conversation

sbrunner
Copy link
Member

@sbrunner sbrunner commented Apr 24, 2018

Fix #3701, and #3406

@sbrunner sbrunner added this to the 2.2 milestone Apr 24, 2018
@sbrunner sbrunner requested a review from fredj April 24, 2018 08:56
@sbrunner sbrunner changed the base branch from master to 2.2 April 24, 2018 08:56
@@ -138,7 +138,7 @@ def create(self):
else:
s_url = self.request.route_url("shortener_get", ref=ref)

email = email or user_email
email = email
Copy link
Member

Choose a reason for hiding this comment

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

The line can be simply removed

Copy link
Member Author

Choose a reason for hiding this comment

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

:-P

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed :-)

@sbrunner sbrunner merged commit 410a09b into 2.2 Apr 24, 2018
@sbrunner sbrunner deleted the short-link branch April 24, 2018 09:57
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