Files
open-webui/backend/open_webui/models
silentoplayz a572cf4842 feat: add backend handling for unarchiving all chats
The previous implementation for unarchiving all chats in `ArchivedChatsModal.svelte` was inefficient, as it sent a separate request for each chat, which could potentially overload the server.

This commit introduces a new backend endpoint, `/chats/unarchive/all`, to handle the bulk unarchiving of all chats for a user with a single API call.

The frontend has been updated to use this new endpoint, resolving the performance issue by minimizing the number of requests to the server.
2025-09-28 13:25:34 -04:00
..
2025-09-24 10:09:59 -05:00
2025-09-26 20:48:17 -05:00
2025-09-27 04:38:54 -05:00
2025-09-25 13:53:56 -05:00
2025-09-24 21:12:25 -05:00