discourse/app
Sam Saffron 08044b4f94
FIX: emoji autocomplete triggering incorrectly
Previous to this fix the we were checking for non letters.

This was mismatching what pretty-text/addon/emoji.js was doing.

`ù:su`

and

`1:su`

Would lead to an emoji autocomplete popup in the composer.
2020-06-09 17:22:51 +10:00
..
assets FIX: emoji autocomplete triggering incorrectly 2020-06-09 17:22:51 +10:00
controllers DEV: Remove unused routes 2020-06-08 10:26:29 +02:00
helpers New `bootstrap.json` endpoint for starting up Discourse 2020-06-03 14:45:23 -04:00
jobs FIX: If creating a flag for a watched word, include the reason 2020-06-02 11:49:02 -04:00
mailers FIX: Digest frequency issue on user creation 2020-06-01 17:39:16 -04:00
models FIX: Redirects containing Unicode usernames didn't work 2020-06-08 10:26:29 +02:00
serializers FEATURE: category setting for default list filter. (#9975) 2020-06-04 00:56:56 +05:30
services FIX: Reply notifications should not appear as edited (#9965) 2020-06-08 15:23:33 +02:00
views Start Discourse in an initializer (#9930) 2020-05-29 14:37:02 -04:00