From 2d839d09557eea0e04f18fd5aff37ac4728bfa79 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Fri, 31 Mar 2023 01:46:17 +0300 Subject: [PATCH] Save old swipes --- public/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/script.js b/public/script.js index 3cc67f8a8..543e3e3c0 100644 --- a/public/script.js +++ b/public/script.js @@ -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 = [