Fix: replace debounced with regular save chat on end of stream
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user