Merge pull request #965 from Hexastack/964-issue---carousel-show-more-issue

fix: resolve show more button issue
This commit is contained in:
Med Marrouchi
2025-05-01 16:31:49 +01:00
committed by GitHub

View File

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