mirror of
https://github.com/open-webui/open-webui
synced 2025-05-28 17:20:53 +00:00
Merge pull request #11808 from FarisHijazi/dev
FIX #5682 dates not surviving importing
This commit is contained in:
commit
9a9a8a4b28
@ -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 New Issue
Block a user