forked from mirrors/catstodon
Fix crash in NotifyService when trying to send an email notification for post edits
This commit is contained in:
parent
cbd22f414a
commit
c47da8c88b
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ class NotifyService < BaseService
|
||||||
NON_EMAIL_TYPES = %i(
|
NON_EMAIL_TYPES = %i(
|
||||||
admin.report
|
admin.report
|
||||||
admin.sign_up
|
admin.sign_up
|
||||||
|
update
|
||||||
).freeze
|
).freeze
|
||||||
|
|
||||||
def call(recipient, type, activity)
|
def call(recipient, type, activity)
|
||||||
|
|
Loading…
Reference in a new issue