Merge pull request #1934 from paperless-ngx/fix/issue-1933

Fix mail consumption broken in `dev` after move to celery
This commit is contained in:
shamoon 2022-11-05 21:47:39 -07:00 committed by GitHub
commit b36851e47d

View 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