(fix:get_single_conversation) return attachments with filename

This commit is contained in:
ManishMadan2882
2025-06-05 02:53:43 +05:30
parent e90fe117ec
commit f325b54895

View File

@@ -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