discourse/plugins/discourse-narrative-bot/spec/jobs
Régis Hanol 3c31884b79 FIX: match discobot triggers on cooked version
In French, the help trigger has a raw content of "afficher l'aider" which is then cooked into "afficher l’aide" (note the different quote character).
Since we were checking the raw content of the trigger against the cooked version of the post, this trigger never worked in French.

This changes so that we cook the trigger before checking in against the cooked version of the post.

DEV: new 'discobot_username' method that is used everywhere instead of 'discobot_user.username' / 'discobot_user.username_lower'
2020-06-25 13:29:55 +02:00
..
onceoff DEV: Use method instead of constant for discobot badge names 2020-04-09 20:46:51 -06:00
send_advanced_tutorial_message_spec.rb FIX: match discobot triggers on cooked version 2020-06-25 13:29:55 +02:00
send_default_welcome_message_spec.rb FEATURE: multiple use invite links (#9813) 2020-06-09 20:49:32 +05:30