Merge pull request #1705 from LenAnderson/qr-init-immediately

init quick replies immediately
This commit is contained in:
Cohee 2024-01-16 23:13:14 +02:00 committed by GitHub
commit 39f578d420
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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);