diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index ce50687..6a16a99 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -111,7 +111,7 @@ def new_comment(commenter, plan) if commenter.is_a?(User) && plan.is_a?(Plan) owner = plan.owner - if owner.present? && owner.active? + if owner.present? && owner.active? && owner.email != commenter.email @commenter = commenter @plan = plan FastGettext.with_locale FastGettext.default_locale do