fix(webui): derive temporary chats from session policy
This commit is contained in:
@@ -2944,7 +2944,7 @@ describe("ThreadComposer", () => {
|
||||
onSend={onSend}
|
||||
onStop={vi.fn()}
|
||||
isStreaming
|
||||
pendingQueueKey="temporary-private"
|
||||
pendingQueueKey={null}
|
||||
placeholder="Type your message..."
|
||||
/>,
|
||||
);
|
||||
@@ -2966,7 +2966,7 @@ describe("ThreadComposer", () => {
|
||||
onSend={onSend}
|
||||
onStop={vi.fn()}
|
||||
isStreaming
|
||||
pendingQueueKey="temporary-private"
|
||||
pendingQueueKey={null}
|
||||
placeholder="Type your message..."
|
||||
/>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user