~cytrogen/masto-fe

85b1b4582053927830503c7c3d2d0c120efe4c93 — Claire 3 years ago 4601e0d
Fix crash in NotifyService when trying to send an email notification for polls (#24558)

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
@@ 7,6 7,7 @@ class NotifyService < BaseService
    admin.report
    admin.sign_up
    update
    poll
  ).freeze

  def call(recipient, type, activity)