Skip to content

Commit 048e7fc

Browse files
Merge pull request #152 from throneless-tech/88-delete
Add delete step in places where it's missing
2 parents ffac9ec + e9b1cf7 commit 048e7fc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

csml/broadcast.csml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,9 @@ Reply with 'Menu' to return home.")
380380
goto submit_question_step
381381
} else if (event.to_lowercase() == "admin") {
382382
goto admin_passcode_step
383-
}
383+
} else if (event.to_lowercase() == "delete") {
384+
goto consent_disagree_step
385+
}
384386
else
385387
say "Sorry, the bot did not understand 🤖"
386388
hold

csml/tipline.csml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Please share your tip with us.")
104104
goto privacy_policy_step
105105
} else if (event.to_lowercase() == "admin") {
106106
goto admin_passcode_step
107+
} else if (event.to_lowercase() == "delete") {
108+
goto delete_data_step
107109
} else {
108110
remember tip = event
109111

0 commit comments

Comments
 (0)