discourse/plugins/chat
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
..
app FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
assets FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
config FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
db DEV: Migrate Chat::NotificationMention#notification_id to bigint (#28571) 2024-08-27 14:57:16 +03:00
lib FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
public
spec FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
test/javascripts DEV: Fix random typos (#28103) 2024-07-26 23:13:12 +02:00
plugin.rb FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00

This plugin is still in active development and may change frequently

Documentation

The Discourse Chat plugin adds chat functionality to your Discourse so it can natively support both long-form and short-form communication needs of your online community.

For user documentation, see Discourse Chat.

For developer documentation, see Discourse Documentation.