discourse/plugins/discourse-narrative-bot/spec
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
..
discourse_narrative_bot FIX: match discobot triggers on cooked version 2020-06-25 13:29:55 +02:00
jobs FIX: match discobot triggers on cooked version 2020-06-25 13:29:55 +02:00
lib FEATURE: Remove deprecated uploads url site settings. 2020-06-22 14:32:29 +08:00
requests FIX: Rate limit and hijack certificate generation. (#8215) 2019-10-21 13:14:15 -03:00
user_spec.rb DEV: amend test for anonymous handling to use real data 2019-05-29 15:05:37 +10:00