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
commit 9a9a8a4b28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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