mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Merge pull request #11808 from FarisHijazi/dev
FIX #5682 dates not surviving importing
This commit is contained in:
commit
9a9a8a4b28
1 changed files with 1 additions and 1 deletions
|
|
@ -608,7 +608,7 @@ export const convertOpenAIChats = (_chats) => {
|
|||
user_id: '',
|
||||
title: convo['title'],
|
||||
chat: chat,
|
||||
timestamp: convo['timestamp']
|
||||
timestamp: convo['create_time']
|
||||
});
|
||||
} else {
|
||||
failed++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue