Merge branch 'release' into staging

b3406f8abf8138956824954915f92b5d13e7fef0

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Showing whitespace changes
public/scripts/extensions/tts/index.js+2 -2
@@ -1207,8 +1207,8 @@ jQuery(async function () {
12071207 eventSource.on(event_types.GROUP_UPDATED, onChatChanged);
12081208 eventSource.on(event_types.GENERATION_STARTED, onGenerationStarted);
12091209 eventSource.on(event_types.GENERATION_ENDED, onGenerationEnded);
12101210 eventSource.makeLast(event_types.CHARACTER_MESSAGE_RENDERED, (messageId) => onMessageEvent(messageId));
12111211 eventSource.makeLast(event_types.USER_MESSAGE_RENDERED, (messageId) => onMessageEvent(messageId));
12121212 SlashCommandParser.addCommandObject(SlashCommand.fromProps({
12131213 name: 'speak',
12141214 callback: async (args, value) => {