init quick replies immediately

This commit is contained in:
LenAnderson 2024-01-16 21:04:25 +00:00
parent 044bd149cd
commit 7af43023b1
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ const init = async () => {
await autoExec.handleStartup();
};
eventSource.on(event_types.APP_READY, init);
await init();
const onChatChanged = async (chatIdx) => {
log('CHAT_CHANGED', chatIdx);