mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #15216] [CLOSED] fix: dates not preserved after importing chat #78633
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15216
Author: @conql
Created: 6/22/2025
Status: ❌ Closed
Base:
dev← Head:main📝 Commits (1)
04775fafix: dates not preserved after importing chat📊 Changes
4 files changed (+22 additions, -8 deletions)
View changed files
📝
backend/open_webui/models/chats.py(+12 -2)📝
src/lib/apis/chats/index.ts(+6 -2)📝
src/lib/components/chat/Settings/Chats.svelte(+3 -3)📝
src/lib/components/layout/Sidebar.svelte(+1 -1)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Fix the bug that chat dates are not preserved after importing. Also fix the wrong usage of backend API when importing chats from Settings panel. (Used createNewChat instead of importChat) .
Added
N/A
Changed
N/A
Deprecated
N/A
Removed
N/A
Fixed
Security
N/A
Breaking Changes
N/A
Additional Information
N/A
Screenshots or Videos
N/A
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.