]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Remote outdated `task_name` parameter 1934/head
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Sun, 6 Nov 2022 00:51:56 +0000 (17:51 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Sun, 6 Nov 2022 00:51:56 +0000 (17:51 -0700)
src/paperless_mail/mail.py

index 67631ac5e546b597b4e4c66bf1c6f882dc199a1b..145aebec4c859981a11317d16a65e4ae8f4b3e0f 100644 (file)
@@ -425,7 +425,6 @@ class MailAccountHandler(LoggingMixin):
                     else None,
                     override_document_type_id=doc_type.id if doc_type else None,
                     override_tag_ids=tag_ids,
-                    task_name=att.filename[:100],
                 )
 
                 processed_attachments += 1