mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Don't replace * with ... for tts messages
This commit is contained in:
@@ -241,7 +241,7 @@ async function processTtsQueue() {
|
||||
|
||||
console.debug('New message found, running TTS')
|
||||
currentTtsJob = ttsJobQueue.shift()
|
||||
const text = currentTtsJob.mes.replaceAll('*', '...')
|
||||
const text = currentTtsJob.mes.replaceAll('*', '')
|
||||
const char = currentTtsJob.name
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user