mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
Dates do not survive 'import chats' #2187
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mariomorvan on GitHub (Sep 24, 2024).
Is your feature request related to a problem? Please describe.
Created and updated dates for each chat do not seem be imported during chat imports.
Describe the solution you'd like
I would like this information to be kept when importing chats, i.e. not replaced by the very date/time when the old chats were imported.
For sorting chats on the UI, I guess the one that matters most is the updated date, so we could in principle replace the created date with the import date with less impact, though I personally don't see how this could be useful so I'm not recomending anything in particular there.
Describe alternatives you've considered
Considered to mess around with the existing database with imported chats to change the dates based on .json file to import, but thought it'd probably be easier to actually implement the feature if desirable for others too.