@1.2.5 CAI Import chat fix

This commit is contained in:
Ash
2023-01-28 15:42:40 +04:00
parent 4591056e38
commit e23a0d2a93
2 changed files with 2 additions and 1 deletions

View File

@ -942,6 +942,7 @@ app.post("/importchat", urlencodedParser, function(request, response){
new_chat[i]['name'] = ch_name;
}
new_chat[i]['is_user'] = item.src.is_human;
new_chat[i]['is_name'] = true;
new_chat[i]['send_date'] = Date.now();
new_chat[i]['mes'] = item.text;
i++;