Skip to content

Commit

Permalink
context closed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobasco99 committed Jun 26, 2024
1 parent 7c38cda commit d0b778d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ private Response AskNextQuestion(String surveyDoneString, boolean firstMessage){
if(!answerOptions.isEmpty())
response.put("interactiveElements", answerOptions);
response.put("channel", channel);
response.put("closeContext", false);
} else {
response.put("text", messageText);
}
Expand Down Expand Up @@ -442,7 +441,6 @@ private void handleRestful(boolean firstMessage, JSONObject response, String nex
if(!answerOptions.isEmpty())
response.put("interactiveElements", answerOptions);
response.put("channel", channel);
response.put("closeContext", false);
} else {
response.put("text", skipText + messageText);
}
Expand Down

0 comments on commit d0b778d

Please sign in to comment.