mirror of https://github.com/tootsuite/mastodon
Fix crash in NotifyService when trying to send an email notification for polls (#24558)
parent
4601e0dcbb
commit
85b1b45820
|
@ -7,6 +7,7 @@ class NotifyService < BaseService
|
||||||
admin.report
|
admin.report
|
||||||
admin.sign_up
|
admin.sign_up
|
||||||
update
|
update
|
||||||
|
poll
|
||||||
).freeze
|
).freeze
|
||||||
|
|
||||||
def call(recipient, type, activity)
|
def call(recipient, type, activity)
|
||||||
|
|
Loading…
Reference in New Issue