mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-27 01:40:33 -04:00
fix: keep the pinned flag when importing a chat export (#30151)
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
chat: chat.chat,
|
||||
meta: chat.meta ?? {},
|
||||
variables: chat?.variables ?? {},
|
||||
pinned: false,
|
||||
pinned: chat?.pinned ?? false,
|
||||
archived: chat?.archived ?? false,
|
||||
folder_id: chat?.folder_id ?? null,
|
||||
created_at: chat?.created_at ?? null,
|
||||
|
||||
Reference in New Issue
Block a user