discourse/plugins/chat/spec
Joffrey JAFFEUX 4c8420833e
FEATURE: One-click chat reaction settings (#32150)
Adds a one-click chat reactions setting to the chat preferences page
where members can determine what one-click reactions are shown in chat.

- Frequent: This will be the default setting. (Automatically set based
on most used chat reactions)
- Custom: Members can choose up to three reactions they want to see in
their one-click chat/DM reactions menu. Defaults are `❤️`, `👍` ,
and `😄`.


![image](https://github.com/user-attachments/assets/8913db0e-d6ec-4347-ad91-2329206b127c)

This pull request is essentially the work of @dsims in
https://github.com/discourse/discourse/pull/31761

---------

Co-authored-by: dsims <1041068+dsims@users.noreply.github.com>
2025-04-04 09:15:13 +02: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 FEATURE: Implement chat transcripts in rich editor (#31819) 2025-03-31 14:04:22 +10:00
jobs FIX: Error when leaving group DM channel (#31537) 2025-02-27 14:26:07 +10:00
lib FEATURE: Copy thread messages when copying thread OP (#32139) 2025-04-04 13:45:37 +10:00
mailers FIX: delayed chat summary email (#31255) 2025-02-24 14:25:52 +04:00
models FEATURE: One-click chat reaction settings (#32150) 2025-04-04 09:15:13 +02:00
queries/chat FIX: stuck notification for mentions within threads (#30546) 2025-01-06 17:26:37 +04:00
requests DEV: skip watch word when message is created by bots (#31959) 2025-03-31 20:09:04 +02:00
serializer FEATURE: One-click chat reaction settings (#32150) 2025-04-04 09:15:13 +02:00
services SECURITY: respect allow private messages prefernce for DMs 2025-03-26 09:26:36 +08:00
support FIX: serializes interaction for direct messages (#29844) 2024-11-20 11:26:12 +01:00
system FEATURE: One-click chat reaction settings (#32150) 2025-04-04 09:15:13 +02:00
validators FEATURE: Add setting to prevent anonymous users from using chat (#31842) 2025-03-21 13:32:52 +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