From 7af43023b1258f4f64949c134cf3c203bc4f0f2a Mon Sep 17 00:00:00 2001 From: LenAnderson Date: Tue, 16 Jan 2024 21:04:25 +0000 Subject: [PATCH] init quick replies immediately --- public/scripts/extensions/quick-reply/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/extensions/quick-reply/index.js b/public/scripts/extensions/quick-reply/index.js index 376fd7152..c0142978b 100644 --- a/public/scripts/extensions/quick-reply/index.js +++ b/public/scripts/extensions/quick-reply/index.js @@ -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);