fix: harden paired follow-up requeue handling
This commit is contained in:
@@ -400,8 +400,10 @@ export async function executeBotOnlyPairedFollowUpAction(args: {
|
||||
return true;
|
||||
}
|
||||
|
||||
closeStdin();
|
||||
const scheduled = schedulePairedFollowUp(action.task, action.intentKind);
|
||||
if (scheduled) {
|
||||
closeStdin();
|
||||
}
|
||||
log.info(
|
||||
{
|
||||
chatJid,
|
||||
|
||||
Reference in New Issue
Block a user