discourse/plugins/chat/spec
Joffrey JAFFEUX d38acc5df1
DEV: discourse-emojis gem (#31408)
This commit moves most of emoji logic into the discourse-emojis gem:
https://github.com/discourse/discourse-emojis/

Most notably:
- images are now symlinked from the gem
- the gem provides path to the json files

Search aliases have also been made asynchronous and memoized. When you
will search for an emoji we will now load the aliases and store the list
for future use.

---------

Co-authored-by: David Taylor <david@taylorhq.com>
2025-03-03 13:09:08 +01:00
..
components/chat FIX: delayed chat summary email (#31255) 2025-02-24 14:25:52 +04:00
fabricators FIX: Error when leaving group DM channel (#31537) 2025-02-27 14:26:07 +10:00
integration DEV: discourse-emojis gem (#31408) 2025-03-03 13:09:08 +01:00
jobs FIX: Error when leaving group DM channel (#31537) 2025-02-27 14:26:07 +10:00
lib FIX: Duplicate error for chat messages for upload-only messages (#31539) 2025-02-27 17:17:36 +10:00
mailers FIX: delayed chat summary email (#31255) 2025-02-24 14:25:52 +04:00
models DEV: discourse-emojis gem (#31408) 2025-03-03 13:09:08 +01:00
queries/chat FIX: stuck notification for mentions within threads (#30546) 2025-01-06 17:26:37 +04:00
requests DEV: discourse-emojis gem (#31408) 2025-03-03 13:09:08 +01:00
serializer DEV: discourse-emojis gem (#31408) 2025-03-03 13:09:08 +01:00
services FEATURE: Allow admins to remove users from chat DMs (#31366) 2025-02-20 15:16:57 +08:00
support FIX: serializes interaction for direct messages (#29844) 2024-11-20 11:26:12 +01:00
system DEV: discourse-emojis gem (#31408) 2025-03-03 13:09:08 +01:00
validators FIX: Remove chat default channel setting (#28170) 2024-07-31 14:12:10 -03:00
plugin_helper.rb FIX: remove complicated 'chat_duplicate_message_sensitivity' site setting (#30516) 2025-01-13 12:32:51 +01:00
plugin_spec.rb FEATURE: Chat thread inline oneboxes (#30834) 2025-01-20 10:08:38 +10:00