~cytrogen/masto-fe

99e3e152cd2180cfa9a5bcafae208d44f31078f8 — Claire 3 years ago aa136cf
Fix crash in NotifyService when trying to send an email notification for post edits (#24460)

1 files changed, 1 insertions(+), 0 deletions(-)

M app/services/notify_service.rb
M app/services/notify_service.rb => app/services/notify_service.rb +1 -0
@@ 6,6 6,7 @@ class NotifyService < BaseService
  NON_EMAIL_TYPES = %i(
    admin.report
    admin.sign_up
    update
  ).freeze

  def call(recipient, type, activity)