Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat history not sorted by last updated after picking up the conversation later #4290

Closed
tkfischer opened this issue Mar 17, 2025 · 1 comment

Comments

@tkfischer
Copy link

Hi,

Currently the history shows up on the sidebar sorted by created date.
However if one goes back to earlier chat and continues the conversation, the chat history does not update it to be the most recent. It remains where it was in the list in chronological order. This can be difficult for user to keep track (usually they would want to jump to the most recent chat they were in the middle of in say the previous session)

In my opinion, the chat history list should bump up the chat that was most recently engaged to be the latest chat. I looked into the code a bit and it seems the front end is doing it correctly by using sortedSessions. However the last_updated date on the chat itself doesn't seem to be changed if one goes back (thru' the chat history) and continues a previous chat. In other words, the last_updated should be modified by the server to reflect the date the user last engaged.

Thanks,
Tim

@pablonyx
Copy link
Contributor

Should be fixed by this PR! #4363

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants