diff options
Diffstat (limited to 'app/mailers')
-rw-r--r-- | app/mailers/emails/projects.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/mailers/emails/projects.rb b/app/mailers/emails/projects.rb index e0af7081411..1a6900b3293 100644 --- a/app/mailers/emails/projects.rb +++ b/app/mailers/emails/projects.rb @@ -30,6 +30,7 @@ module Emails @target_url = @message.target_url @project = Project.find(project_id) @diff_notes_disabled = true + @comments_target = {} add_project_headers headers['X-GitLab-Author'] = @message.author_username |