Proper user name on chats import

This commit is contained in:
SillyLossy
2023-05-27 20:30:53 +03:00
parent 387b1e6d4a
commit f1d3f8d3bd
2 changed files with 7 additions and 4 deletions

View File

@ -6541,6 +6541,7 @@ $(document).ready(function () {
$("#chat_import_file_type").val(format);
var formData = new FormData($("#form_import_chat").get(0));
formData.append('user_name', name1);
$("#select_chat_div").html("");
$("#load_select_chat_div").css("display", "block");