logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 3a7106f05ae0bc39b084916076ec6ee3733c32c1
parent: 5c7a4f0b324129777fa81e0bd7128a3711543c0e
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Fri, 30 Jun 2017 20:40:43 +0900

Fix that AdminMailer does not send (#4012)


Diffstat:

Mapp/mailers/admin_mailer.rb2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/app/mailers/admin_mailer.rb b/app/mailers/admin_mailer.rb @@ -1,6 +1,8 @@ # frozen_string_literal: true class AdminMailer < ApplicationMailer + helper StreamEntriesHelper + def new_report(recipient, report) @report = report @me = recipient