mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 12:39:24 +00:00
Merge commit '8da4b204b41125b5d0fa0aee4fa87c1f5faf5568' into 545-cuando-se-activa-fallback-dentro-de-un-addanswer-con-capture-true-no-espera-el-capture-true-y-se-salta-al-siguiente-addanswer
This commit is contained in:
@@ -143,8 +143,8 @@ class CoreClass {
|
|||||||
QueuePrincipal.queue = []
|
QueuePrincipal.queue = []
|
||||||
if (next) return continueFlow()
|
if (next) return continueFlow()
|
||||||
return this.sendProviderAndSave(from, {
|
return this.sendProviderAndSave(from, {
|
||||||
...refToContinue,
|
...prevMsg,
|
||||||
answer: message ?? refToContinue.answer,
|
answer: message ?? prevMsg.answer,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user