Skip to content

Commit

Permalink
Fix crash in NotifyService when trying to send an email notification …
Browse files Browse the repository at this point in the history
…for post edits (mastodon#24460)
  • Loading branch information
ClearlyClaire authored and skerit committed Jul 7, 2023
1 parent d80ec43 commit 5acae66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/services/notify_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class NotifyService < BaseService
NON_EMAIL_TYPES = %i(
admin.report
admin.sign_up
update
).freeze

def call(recipient, type, activity)
Expand Down

0 comments on commit 5acae66

Please sign in to comment.