fix(chat): sort messages appropriately

This commit is contained in:
Haileyesus
2026-06-11 21:48:46 +03:00
parent 89f05247ed
commit 123ae31020
3 changed files with 193 additions and 12 deletions

View File

@@ -325,6 +325,7 @@ function ChatInterface({
onWheel={handleScroll}
onTouchMove={handleScroll}
isLoadingSessionMessages={isLoadingSessionMessages}
isProcessing={isProcessing}
chatMessages={chatMessages}
selectedSession={selectedSession}
currentSessionId={currentSessionId}