mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 12:05:07 +01:00
Fix crash in NotifyService when trying to send an email notification for post edits (#24460)
This commit is contained in:
parent
aa136cf2fa
commit
99e3e152cd
@ -6,6 +6,7 @@ class NotifyService < BaseService
|
|||||||
NON_EMAIL_TYPES = %i(
|
NON_EMAIL_TYPES = %i(
|
||||||
admin.report
|
admin.report
|
||||||
admin.sign_up
|
admin.sign_up
|
||||||
|
update
|
||||||
).freeze
|
).freeze
|
||||||
|
|
||||||
def call(recipient, type, activity)
|
def call(recipient, type, activity)
|
||||||
|
Loading…
Reference in New Issue
Block a user