diff --git a/packages/bot/core/core.class.js b/packages/bot/core/core.class.js index 5a9948c..0770f1b 100644 --- a/packages/bot/core/core.class.js +++ b/packages/bot/core/core.class.js @@ -136,6 +136,11 @@ class CoreClass { })) msgToSend = this.flowClass.find(body, false, flowStandalone) || [] + + for (const ite of msgToSend) { + cbEveryCtx(ite?.ref) + } + this.sendFlow(msgToSend, from) return }