Merge pull request #14387 from Zyfax/patch-1

fix: tts read aloud
This commit is contained in:
Tim Jaeryang Baek 2025-05-27 13:56:40 +04:00 committed by GitHub
commit 5989e9bf75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -212,7 +212,7 @@
speaking = true; speaking = true;
const content = removeAllDetails(content); const content = removeAllDetails(message.content);
if ($config.audio.tts.engine === '') { if ($config.audio.tts.engine === '') {
let voices = []; let voices = [];