mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-07-10 16:23:44 +00:00
Opening a pre-existing permanent conversation under ephemeral retention only flips the composer isTemporary atom; the loaded conversation object stays non-temporary until a write converts it server-side. BookmarkMenu gated solely on isTemporaryConversation(conversation), so it kept exposing bookmarking on a chat that is already effectively temporary. Gate the menu on the forced-retention flag as well (matching how the composer already treats the chat), so permanent-chat actions are hidden until the server catches up. |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src | ||
| sw | ||
| test | ||
| babel.config.cjs | ||
| check_updates.sh | ||
| index.html | ||
| jest.config.cjs | ||
| jest.resolver.cjs | ||
| nginx.conf | ||
| package.json | ||
| postcss.config.cjs | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||
| vite.config.ts | ||