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 polls (mastodon#24558)
  • Loading branch information
ClearlyClaire authored Apr 17, 2023
1 parent 4601e0d commit 85b1b45
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 @@ -7,6 +7,7 @@ class NotifyService < BaseService
admin.report
admin.sign_up
update
poll
).freeze

def call(recipient, type, activity)
Expand Down

0 comments on commit 85b1b45

Please sign in to comment.