]> git.openstreetmap.org Git - rails.git/commitdiff
Logo was being attached twice on changeset comment notifications
authorHerve Saint-Amand <git@saintamh.org>
Fri, 13 Jan 2017 21:45:52 +0000 (21:45 +0000)
committerHerve Saint-Amand <git@saintamh.org>
Fri, 13 Jan 2017 21:45:52 +0000 (21:45 +0000)
app/models/notifier.rb

index 73cbbad541c2040fa1f813211152c43335b60e73..7878c601cef961e8eac3c448c642c4f8c1a0255a 100644 (file)
@@ -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