about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-04-08 12:51:14 +0200
committerGitHub <noreply@github.com>2023-04-08 12:51:14 +0200
commit99e3e152cd2180cfa9a5bcafae208d44f31078f8 (patch)
treee2825fef33c8f6021358a2f8ffbc5893d6a22888
parentaa136cf2fa177af1fea59279cb8bab0b2a042b2b (diff)
Fix crash in NotifyService when trying to send an email notification for post edits (#24460)
-rw-r--r--app/services/notify_service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/notify_service.rb b/app/services/notify_service.rb
index 994ca588a..069f370cf 100644
--- a/app/services/notify_service.rb
+++ b/app/services/notify_service.rb
@@ -6,6 +6,7 @@ class NotifyService < BaseService
   NON_EMAIL_TYPES = %i(
     admin.report
     admin.sign_up
+    update
   ).freeze
 
   def call(recipient, type, activity)