Browse Source

Fix crash in NotifyService when trying to send an email notification for polls (#24558)

lets-bump-hometown-to-mastodon-4.2
Claire 3 years ago committed by GitHub
parent
commit
85b1b45820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/services/notify_service.rb

1
app/services/notify_service.rb

@ -7,6 +7,7 @@ class NotifyService < BaseService
admin.report
admin.sign_up
update
poll
).freeze
def call(recipient, type, activity)

Loading…
Cancel
Save