Clear chat metadata on clearing chat

This commit is contained in:
Cohee
2023-07-14 17:06:01 +03:00
parent 92fbba83dc
commit f5a25cad5b

View File

@@ -1109,6 +1109,7 @@ function clearChat() {
$('.zoomed_avatar[forChar]').remove();
} else { console.debug('saw no avatars') }
itemizedPrompts = [];
chat_metadata = {};
}
async function deleteLastMessage() {