mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
Chat imports missing tags and creation time #3346
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 @mahenning on GitHub (Jan 22, 2025).
Bug Report
Installation Method
Installed with docker
Environment
Open WebUI Version: 0.5.4
Ollama (if applicable): -
Operating System: Ubuntu 22.04
Browser (if applicable): Firefox, Chrome, Edge (but it shouldn't matter)
Confirmation:
Expected Behavior:
When exporting and then importing a chat, everything (tags and date) should be correctly re-imported.
Actual Behavior:
When exporting and then importing a chat or all chat, the chat tags are missing in the new chats. They are also not in the
metapart of the .json file of the new chat whe exporting it again. Also, as mentioned in https://github.com/open-webui/open-webui/discussions/5682, the chat is logged as "today", which is really not optimal for importing 20-30 chats. Not only the time of the last chat usage is lost, but the chats are also in the wrong order now (see screenshot below).Description
Bug Summary:
The chat tags in
metaandcreated_atandupdated_atare not imported correctly into the new chat. The information is in the exported .json file.Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Screenshots/Screen Recordings (if applicable):
Old chat order vs new chat order after export all chats -> import all chats

Additional Information
If additional information is needed, please say so and I try to provide it. Please do not just turn this into a discussion without addressing it. Thanks.
@tjbck commented on GitHub (Jan 22, 2025):
Intended behaviour here, but PR welcome!