use started_title in document processing handler

This commit is contained in:
CREDO23 2026-06-17 15:06:05 +02:00
parent 5d3079c2e6
commit e37b9b5e31

View file

@ -28,7 +28,7 @@ class DocumentProcessingNotificationHandler(BaseNotificationHandler):
) -> Notification:
"""Open the notification when document processing is queued."""
operation_id = msg.operation_id(document_type, document_name, search_space_id)
title = f"Processing: {document_name}"
title = msg.started_title(document_name)
message = "Waiting in queue"
metadata = {