From 75f96fcc9a8f07828d6dc2f487bb00307de7a94f Mon Sep 17 00:00:00 2001 From: Herve Saint-Amand Date: Fri, 13 Jan 2017 21:45:52 +0000 Subject: [PATCH] Logo was being attached twice on changeset comment notifications --- app/models/notifier.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/notifier.rb b/app/models/notifier.rb index 73cbbad54..7878c601c 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -182,7 +182,6 @@ class Notifier < ActionMailer::Base I18n.t("notifier.changeset_comment_notification.commented.subject_other", :commenter => @commenter) end - attach_project_logo attach_user_avatar(comment.author) mail :to => recipient.email, :subject => subject -- 2.43.2