Skip to content
Snippets Groups Projects
Unverified Commit 99e3e152 authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix crash in NotifyService when trying to send an email notification for post edits (#24460)

parent aa136cf2
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ class NotifyService < BaseService
NON_EMAIL_TYPES = %i(
admin.report
admin.sign_up
update
).freeze
def call(recipient, type, activity)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment