Save old swipes

This commit is contained in:
SillyLossy
2023-03-31 01:46:17 +03:00
parent 27b50c0780
commit 2d839d0955

View File

@ -1886,8 +1886,8 @@ async function saveChat(chat_name) {
chat[i].mes = str;
chat[i].name = default_user_name;
} else if (i !== chat.length - 1 && chat[i].swipe_id !== undefined) {
delete chat[i].swipes;
delete chat[i].swipe_id;
// delete chat[i].swipes;
// delete chat[i].swipe_id;
}
});
var save_chat = [