discourse/plugins/chat/app/models
Joffrey JAFFEUX dfe840f71d
FIX: properly create a mention when followed by dots (#23829)
At the moment writing a mention similar to `@bob...hi` would have resulted in chat trying to find a user named `bob...hi` which would fail.

This was due to the `replacements` rule not being present in the rules used to cook chat messages.

We are still missing few default rules like: normalize, smartquotes, text_join, ... which don't seem to be necessary but could be added if we found a reason for. More info at: e476f78bc3/lib/parser_core.js
2023-10-09 08:30:18 +02:00
..
chat FIX: properly create a mention when followed by dots (#23829) 2023-10-09 08:30:18 +02:00
concerns/chat FEATURE: Thread indicator improvements and participants (#21909) 2023-06-15 10:49:27 +10:00