init quick replies immediately
This commit is contained in:
parent
044bd149cd
commit
7af43023b1
|
@ -185,7 +185,7 @@ const init = async () => {
|
||||||
|
|
||||||
await autoExec.handleStartup();
|
await autoExec.handleStartup();
|
||||||
};
|
};
|
||||||
eventSource.on(event_types.APP_READY, init);
|
await init();
|
||||||
|
|
||||||
const onChatChanged = async (chatIdx) => {
|
const onChatChanged = async (chatIdx) => {
|
||||||
log('CHAT_CHANGED', chatIdx);
|
log('CHAT_CHANGED', chatIdx);
|
||||||
|
|
Loading…
Reference in New Issue