discourse/plugins/discourse-narrative-bot
Régis Hanol d156b7749d 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-07-02 15:09:22 -04:00
..
assets/javascripts/initializers Revert "FIX: Discobot has not been created with our custom avatar." 2020-05-06 11:28:42 -04:00
autoload/jobs FIX: match discobot triggers on cooked version 2020-07-02 15:09:22 -04:00
config Update translations 2020-06-21 11:58:21 +02:00
db Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
lib/discourse_narrative_bot FIX: match discobot triggers on cooked version 2020-07-02 15:09:22 -04:00
public/images remove unnecessary symlink 2019-11-29 22:23:43 +01:00
spec FIX: match discobot triggers on cooked version 2020-07-02 15:09:22 -04:00
plugin.rb Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00