mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-30 10:17:56 +01:00
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:
commit
39149a891c
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue