Skip to content

Commit

Permalink
added: action property to bypass capture user reply with info message…
Browse files Browse the repository at this point in the history
… on 'restart' header menu option
  • Loading branch information
Gabriele Panico committed Oct 11, 2024
1 parent 27c8bba commit 8223ec9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,7 @@ export class ConversationComponent implements OnInit, AfterViewInit, OnChanges {
//restart SAME conversation calling /start againg
let attributes = {
subtype: 'info',
action: 'start',
... this.g.attributes
}
this.conversationFooter.sendMessage('/start', TYPE_MSG_TEXT, null, attributes)
Expand Down

0 comments on commit 8223ec9

Please sign in to comment.