discourse/plugins/chat/app
David Battersby 997fbc9757
FEATURE: Add ability to watch chat threads (#28639)
This change introduces a new thread notification level allowing users to get notified when someone replies to the thread.

Users who watch a thread will get a green notification on the chat icon and a user notification (blue). User notifications are consolidated based on thread id to prevent cluttering the original users notification area.

---------

Co-authored-by: Régis Hanol <regis@hanol.fr>
2024-09-02 16:45:55 +04:00
..
controllers/chat DEV: Remove summarization code (#27373) 2024-07-02 08:51:47 -07:00
jobs FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
models FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
policies DEV: Migrate `Chat::MessageCreator` to a service (#22390) 2023-09-07 08:57:29 +02:00
queries/chat FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
serializers/chat fix: allow staff and `direct message enabled groups` to create personal chats 2024-06-25 12:17:22 +02:00
services/chat FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
validators/chat FIX: Remove chat default channel setting (#28170) 2024-07-31 14:12:10 -03:00
views PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02:00