mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-29 00:24:39 +01:00
Merge pull request #11808 from FarisHijazi/dev
FIX #5682 dates not surviving importing
This commit is contained in:
@@ -608,7 +608,7 @@ export const convertOpenAIChats = (_chats) => {
|
||||
user_id: '',
|
||||
title: convo['title'],
|
||||
chat: chat,
|
||||
timestamp: convo['timestamp']
|
||||
timestamp: convo['create_time']
|
||||
});
|
||||
} else {
|
||||
failed++;
|
||||
|
||||
Reference in New Issue
Block a user