mirror of
https://github.com/open-webui/open-webui
synced 2025-05-29 01:32:27 +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: '',
|
user_id: '',
|
||||||
title: convo['title'],
|
title: convo['title'],
|
||||||
chat: chat,
|
chat: chat,
|
||||||
timestamp: convo['timestamp']
|
timestamp: convo['create_time']
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
failed++;
|
failed++;
|
||||||
|
Loading…
Reference in New Issue
Block a user