refactor(storage): use unstorage for session state
This commit is contained in:
@@ -23,6 +23,9 @@ export const StorageKeys = {
|
||||
|
||||
// chat
|
||||
chatHistory: "chat_history",
|
||||
chatScrollSession: "chat_scroll_session",
|
||||
pendingChatImageReturn: "pending_chat_image_return",
|
||||
pendingChatUnlock: "pending_chat_unlock",
|
||||
|
||||
// pwa / app info
|
||||
lastPwaDialogShown: "last_pwa_dialog_shown",
|
||||
|
||||
Reference in New Issue
Block a user