فهرست منبع

Merge pull request #11808 from FarisHijazi/dev

FIX #5682 dates not surviving importing
Timothy Jaeryang Baek 1 ماه پیش
والد
کامیت
9a9a8a4b28
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/lib/utils/index.ts

+ 1 - 1
src/lib/utils/index.ts

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