mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
(fix:get_single_conversation) return attachments with filename
This commit is contained in:
@@ -257,7 +257,7 @@ class GetSingleConversation(Resource):
|
||||
current_app.logger.error(
|
||||
f"Error retrieving attachment {attachment_id}: {e}", exc_info=True
|
||||
)
|
||||
query["attachments_metadata"] = attachment_details
|
||||
query["attachments"] = attachment_details
|
||||
except Exception as err:
|
||||
current_app.logger.error(
|
||||
f"Error retrieving conversation: {err}", exc_info=True
|
||||
|
||||
Reference in New Issue
Block a user