Fix: replace debounced with regular save chat on end of stream
| @@ -3473,7 +3473,7 @@ class StreamingProcessor { | ||
| 3473 | 3473 | if (!isAborted && power_user.auto_swipe && generatedTextFiltered(text)) { |
| 3474 | 3474 | return await swipe(null, SWIPE_DIRECTION.RIGHT, { source: SWIPE_SOURCE.AUTO_SWIPE, repeated: true, forceMesId: chat.length - 1 }); |
| 3475 | 3475 | } |
| 3476 | 3476 | saveChatDebouncedawait saveChatConditional(); |
| 3477 | 3477 | |
| 3478 | 3478 | playMessageSound(); |
| 3479 | 3479 | } |