mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
This commit is contained in:
@ -1887,7 +1887,7 @@ async function getChat() {
|
||||
//console.log(data);
|
||||
//chat.length = 0;
|
||||
if (data[0] !== undefined) {
|
||||
chat.push(...response);
|
||||
chat.push(...data);
|
||||
chat_create_date = chat[0]['create_date'];
|
||||
chat.shift();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user