Skip to content

Commit

Permalink
fix: add additional common stop phrases (#1435)
Browse files Browse the repository at this point in the history
Reviewed-by: @hiemanshu 
Reviewed-by: @kohlee
  • Loading branch information
bchrobot authored Sep 28, 2022
1 parent 25c36de commit d614427
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/server/api/lib/message-sending.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ const OPT_OUT_TRIGGERS = [
"unsubscribe",
"cancel",
"end",
"quit"
"quit",
"stop2quit",
"stop 2 quit",
"stop=quit",
"stop = quit",
"stop to quit",
"stoptoquit"
];

/**
Expand Down

0 comments on commit d614427

Please sign in to comment.