mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-12 03:13:50 +02:00
Fix incorrect feed status change caused by different endpoints returning different amounts of spaces
This commit is contained in:
@@ -13340,6 +13340,7 @@ speechSynthesis.getVoices();
|
||||
var regex = new RegExp(symbolList[key], "g");
|
||||
text = text.replace(regex, key);
|
||||
}
|
||||
text = text.replace(/ {1,}/g, ' ');
|
||||
return text;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user