From: Herve Saint-Amand Date: Fri, 13 Jan 2017 21:45:52 +0000 (+0000) Subject: Logo was being attached twice on changeset comment notifications X-Git-Tag: live~3640^2~15 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/75f96fcc9a8f07828d6dc2f487bb00307de7a94f Logo was being attached twice on changeset comment notifications --- 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