mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: end conversation
This commit is contained in:
parent
cdfdd636de
commit
ad567d170e
@ -447,7 +447,6 @@ export class BotService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case FlowEscape.Action.NEW_CTX:
|
case FlowEscape.Action.NEW_CTX:
|
||||||
this.eventEmitter.emit('hook:conversation:end', convo);
|
|
||||||
return { nextBlock: undefined, fallback: false };
|
return { nextBlock: undefined, fallback: false };
|
||||||
|
|
||||||
case FlowEscape.Action.REPROMPT:
|
case FlowEscape.Action.REPROMPT:
|
||||||
|
Loading…
Reference in New Issue
Block a user