You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
I am trying to cancel all on-going conversations using cancelAllDialgs() in the interrupt. In the interrupt, I am starting a new dialog then call cancelAllDialogs() to clear all dialogs but the last dialog from last on-going convo is repeating even after canceling all the dialogs.
Context:
Botkit version: 4.5.0
Messaging Platform: Mattermost
Node version: 12.11.0
Os: Ubuntu 18.04 LTS
The text was updated successfully, but these errors were encountered:
Can you confirm for me that when you say it repeats the last dialog from last on-going convo, you mean that it sends one final message from the last active dialog before canceling?
Can you confirm for me that when you say it repeats the last dialog from last on-going convo, you mean that it sends one final message from the last active dialog before canceling?
Yes, and also it is not fixed in v4.6. I have tested it.
I am trying to cancel all on-going conversations using cancelAllDialgs() in the interrupt. In the interrupt, I am starting a new dialog then call cancelAllDialogs() to clear all dialogs but the last dialog from last on-going convo is repeating even after canceling all the dialogs.
Context:
The text was updated successfully, but these errors were encountered: