Fix: replace debounced with regular save chat on end of stream

b2ba255be4e188eaadd2f5308ffcdf18fc4a5076

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/script.js+1 -1
@@ -3473,7 +3473,7 @@ class StreamingProcessor {
34733473 if (!isAborted && power_user.auto_swipe && generatedTextFiltered(text)) {
34743474 return await swipe(null, SWIPE_DIRECTION.RIGHT, { source: SWIPE_SOURCE.AUTO_SWIPE, repeated: true, forceMesId: chat.length - 1 });
34753475 }
34763476 saveChatDebouncedawait saveChatConditional();
34773477
34783478 playMessageSound();
34793479 }