fix: add storeContextData for outcome

This commit is contained in:
yassinedorbozgithub 2025-05-01 12:19:46 +01:00
parent 537815c954
commit e9de8c64d0

View File

@ -205,6 +205,14 @@ export class BotService {
block.attachedBlock, block.attachedBlock,
); );
} }
await this.conversationService.storeContextData(
convo,
nextBlock,
event,
false,
);
return await this.triggerBlock(event, convo, nextBlock, fallback); return await this.triggerBlock(event, convo, nextBlock, fallback);
} else { } else {
this.logger.warn( this.logger.warn(