| 8855 | 'send_date': chat[chat.length - 1]['send_date'], | 8856 | 'send_date': chat[chat.length - 1]['send_date'], |
| 8856 | 'gen_started': chat[chat.length - 1]['gen_started'], | 8857 | 'gen_started': chat[chat.length - 1]['gen_started'], |
| 8857 | 'gen_finished': chat[chat.length - 1]['gen_finished'], | 8858 | 'gen_finished': chat[chat.length - 1]['gen_finished'], |
| 8858 | 'extra': JSON.parse(JSON.stringify(chat[chat.length - 1]['extra'])) | 8859 | 'extra': JSON.parse(JSON.stringify(chat[chat.length - 1]['extra'])), |
| 8859 | }; | 8860 | }; |
| 8860 | //assign swipe info array with last message from chat | 8861 | //assign swipe info array with last message from chat |
| 8861 | } | 8862 | } |