Formatting
| @@ -3374,7 +3374,8 @@ class StreamingProcessor { | ||
| 3374 | 3374 | 'send_date': chat[messageId]['send_date'], |
| 3375 | 3375 | 'gen_started': chat[messageId]['gen_started'], |
| 3376 | 3376 | 'gen_finished': chat[messageId]['gen_finished'], |
| 3377 | 3377 | 'extra': JSON.parse(JSON.stringify(chat[messageId]['extra'])) };, |
| 3378 | + }; | |
| 3378 | 3379 | } |
| 3379 | 3380 | } |
| 3380 | 3381 | } |
| @@ -8855,7 +8856,7 @@ const swipe_right = () => { | ||
| 8855 | 8856 | 'send_date': chat[chat.length - 1]['send_date'], |
| 8856 | 8857 | 'gen_started': chat[chat.length - 1]['gen_started'], |
| 8857 | 8858 | 'gen_finished': chat[chat.length - 1]['gen_finished'], |
| 8858 | 8859 | 'extra': JSON.parse(JSON.stringify(chat[chat.length - 1]['extra'])), |
| 8859 | 8860 | }; |
| 8860 | 8861 | //assign swipe info array with last message from chat |
| 8861 | 8862 | } |