discourse/plugins/chat/app
Blake Erickson 6dcb099547 FIX: Escaped mentions in chat excerpts
Mentions are now displayed as using the non-cooked message which fixes
the problem. This is not ideal. I think we might want to rework how
these excerpts are created and rendered in the near future.

Co-authored-by: Jan Cernik <jancernik12@gmail.com>
2023-03-16 15:27:09 -06:00
..
controllers PERF: applies optimisations on chat-live pane (#20532) 2023-03-06 16:42:11 +01:00
core_ext
helpers DEV: Allow with_service in jobs 2023-02-23 09:28:53 +01:00
jobs DEV: better split create_notification! and send_notifications logic (#20562) 2023-03-09 22:17:18 +04:00
models FIX: Escaped mentions in chat excerpts 2023-03-16 15:27:09 -06:00
queries DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
serializers DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
services DEV: removes dead code (#20529) 2023-03-03 22:07:40 +01:00
views