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

This commit is contained in:
Cohee
2025-11-29 13:25:36 +02:00
parent 2eba10fa7f
commit b2ba255be4
+1 -1
View File
@@ -3473,7 +3473,7 @@ class StreamingProcessor {
if (!isAborted && power_user.auto_swipe && generatedTextFiltered(text)) {
return await swipe(null, SWIPE_DIRECTION.RIGHT, { source: SWIPE_SOURCE.AUTO_SWIPE, repeated: true, forceMesId: chat.length - 1 });
}
saveChatDebounced();
await saveChatConditional();
playMessageSound();
}