| 7081 | template.find('.avatar img').attr('src', avatarImg); | 7081 | template.find('.avatar img').attr('src', avatarImg); |
| 7082 | template.find('.select_chat_block_filename').text(chat.file_name); | 7082 | template.find('.select_chat_block_filename').text(chat.file_name); |
| 7083 | template.find('.chat_file_size').text(`(${chat.file_size},`); | 7083 | template.find('.chat_file_size').text(`(${chat.file_size},`); |
| 7084 | template.find('.chat_messages_num').text(`${chat.message_count}💬)`); | 7084 | template.find('.chat_messages_num').text(`${chat.message_count} 💬)`); |
| 7085 | template.find('.select_chat_block_mes').text(chat.preview_message); | 7085 | template.find('.select_chat_block_mes').text(chat.preview_message); |
| 7086 | template.find('.PastChat_cross').attr('file_name', chat.file_name); | 7086 | template.find('.PastChat_cross').attr('file_name', chat.file_name); |
| 7087 | template.find('.chat_messages_date').text(timestampToMoment(chat.last_mes).format('lll')); | 7087 | template.find('.chat_messages_date').text(timestampToMoment(chat.last_mes).format('lll')); |