diff --git a/src/export_chat.rs b/src/export_chat.rs index e367dee3e..55af968d7 100644 --- a/src/export_chat.rs +++ b/src/export_chat.rs @@ -245,6 +245,7 @@ pub async fn export_chat(context: &Context, chat_id: ChatId) -> ExportChatResult messages: message_json, }; + blobs.sort(); blobs.dedup(); ExportChatResult { chat_json: serde_json::to_string(&chat_json).unwrap(),