discourse/plugins/chat
Joffrey JAFFEUX ea0b8ca38c
FEATURE: allows to enable/disable threading in UI (#22307)
Enabling/Disabling threading has been possible through command line until now. This commit introduces two new UIs:

- When creating a channel, it will be available once the category has been selected
- On the settings page of a channel for admins
2023-06-29 07:19:12 +02:00
..
app FEATURE: allows to enable/disable threading in UI (#22307) 2023-06-29 07:19:12 +02:00
assets FEATURE: allows to enable/disable threading in UI (#22307) 2023-06-29 07:19:12 +02:00
config FEATURE: allows to enable/disable threading in UI (#22307) 2023-06-29 07:19:12 +02:00
db FEATURE: Track last_viewed_at datetime for channel members (#22294) 2023-06-29 09:22:17 +10:00
lib FEATURE: Sort thread list by unread threads first (#22272) 2023-06-28 13:14:01 +10:00
public
spec FEATURE: allows to enable/disable threading in UI (#22307) 2023-06-29 07:19:12 +02:00
test/javascripts FEATURE: Scroll to first message when clicking date in chat (#21926) 2023-06-20 15:58:38 +02:00
plugin.rb DEV: Introduce an array type for Chat contracts (#22278) 2023-06-27 10:51:58 +10: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.