This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix that AdminMailer does not send (
#4012
)
closed-social-v3
Yamagishi Kazutoshi
7 years ago
committed by
Eugen Rochko
parent
5c7a4f0b32
commit
3a7106f05a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/mailers/admin_mailer.rb
+ 2
- 0
app/mailers/admin_mailer.rb
View File
@ -1,6 +1,8 @@
# frozen_string_literal: true
class
AdminMailer
<
ApplicationMailer
helper
StreamEntriesHelper
def
new_report
(
recipient
,
report
)
@report
=
report
@me
=
recipient
Write
Preview
Loading…
Cancel
Save