Fix crash in NotifyService when trying to send an email notification for post edits (#24460)
parent
07497b9956
commit
172a4ad9f4
|
@ -6,6 +6,7 @@ class NotifyService < BaseService
|
|||
NON_EMAIL_TYPES = %i(
|
||||
admin.report
|
||||
admin.sign_up
|
||||
update
|
||||
).freeze
|
||||
|
||||
def call(recipient, type, activity)
|
||||
|
|
Loading…
Reference in New Issue