TTS: force speak on first message in new chat
This commit is contained in:
parent
0e89bf90bc
commit
ca1c0e35b1
|
@ -122,6 +122,12 @@ async function moduleWorker() {
|
|||
) {
|
||||
currentMessageNumber = context.chat.length ? context.chat.length : 0
|
||||
saveLastValues()
|
||||
|
||||
// Force to speak on the first message in the new chat
|
||||
if (context.chat.length === 1) {
|
||||
lastMessageHash = -1;
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue