We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[x]
When assigning users to issues, email and web hook notifications are triggered twice:
This line: https://github.com/go-gitea/gitea/blob/master/routers/repo/issue.go#L1180
Calls this notification: https://github.com/go-gitea/gitea/blob/master/services/issue/assignee.go#L50
Then after it returns, it again calls this notification: https://github.com/go-gitea/gitea/blob/master/routers/repo/issue.go#L1186
This requires a similar fix to #9375 ...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
[x]
):Description
When assigning users to issues, email and web hook notifications are triggered twice:
This line:
https://github.com/go-gitea/gitea/blob/master/routers/repo/issue.go#L1180
Calls this notification:
https://github.com/go-gitea/gitea/blob/master/services/issue/assignee.go#L50
Then after it returns, it again calls this notification:
https://github.com/go-gitea/gitea/blob/master/routers/repo/issue.go#L1186
This requires a similar fix to #9375
...
Screenshots
The text was updated successfully, but these errors were encountered: