Skip to content
Snippets Groups Projects
Commit c3533ded authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Don't notify the user that triggered the mr notification.

parent f50c7eca
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -89,7 +89,7 @@ class NotificationService
def merge_mr(merge_request, current_user)
recipients = reject_muted_users([merge_request.author, merge_request.assignee], merge_request.target_project)
recipients = recipients.concat(project_watchers(merge_request.target_project)).uniq
recipients.delete(merge_request.merge_event.author) if merge_request.merged?
recipients.delete(current_user)
 
recipients.each do |recipient|
mailer.merged_merge_request_email(recipient.id, merge_request.id, current_user.id)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment