This commit is contained in:
SillyLossy
2023-03-17 19:42:29 +02:00
parent ecf991ec81
commit 2b3910b968

View File

@ -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 {