fix: register clone task and sanitize cloned content

This commit is contained in:
CREDO23 2026-01-26 21:01:36 +02:00
parent 271de96cce
commit 1c98ba989d
2 changed files with 3 additions and 1 deletions

View file

@ -65,6 +65,7 @@ celery_app = Celery(
"app.tasks.celery_tasks.schedule_checker_task",
"app.tasks.celery_tasks.blocknote_migration_tasks",
"app.tasks.celery_tasks.document_reindex_tasks",
"app.tasks.celery_tasks.clone_chat_tasks",
],
)