|
|
@@ -7,7 +7,7 @@ export function defaultState(): Chat.ChatState {
|
|
|
return {
|
|
|
active: uuid,
|
|
|
usingContext: true,
|
|
|
- history: [{ uuid, title: 'New Chat', isEdit: false }],
|
|
|
+ history: [{ uuid, title: 'New Chat', isEdit: false, maskId: null }],
|
|
|
chat: [{ uuid, data: [] }]
|
|
|
}
|
|
|
}
|