mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-18 21:15:16 +02:00
use started_title in document processing handler
This commit is contained in:
parent
5d3079c2e6
commit
e37b9b5e31
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue