Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

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 Apr 8, 2023
1 parent aa136cf commit 99e3e15
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 99e3e15

Please sign in to comment.