Merge pull request #11808 from FarisHijazi/dev

FIX #5682 dates not surviving importing
This commit is contained in:
Timothy Jaeryang Baek
2025-03-18 13:43:41 +00:00
committed by GitHub

View File

@@ -608,7 +608,7 @@ export const convertOpenAIChats = (_chats) => {
user_id: '', user_id: '',
title: convo['title'], title: convo['title'],
chat: chat, chat: chat,
timestamp: convo['timestamp'] timestamp: convo['create_time']
}); });
} else { } else {
failed++; failed++;