discourse/plugins/chat
Joffrey JAFFEUX 2797e0478e
FIX: target chat-message-text only on secondary action (#24255)
This is not necessary for other cases and was breaking specs. This commit also avoids using chat service when not necessary.
2023-11-07 00:45:13 +01:00
..
app PERF: cook message in background (#24227) 2023-11-06 15:45:30 +01:00
assets PERF: cook message in background (#24227) 2023-11-06 15:45:30 +01:00
config FEATURE: Add new chat indicator preference for Only Mentions (#23848) 2023-10-27 15:58:19 +08:00
db FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
lib PERF: cook message in background (#24227) 2023-11-06 15:45:30 +01:00
public
spec FIX: target chat-message-text only on secondary action (#24255) 2023-11-07 00:45:13 +01:00
test/javascripts FIX: correctly display escaped thread titles (#24159) 2023-10-30 21:06:31 +01:00
plugin.rb DEV: Add meta_topic_id plugin metadata (#23838) 2023-10-10 10:16:13 +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.