discourse/plugins/chat
Joffrey JAFFEUX d667c22171
FIX: prevents input to reset at wrong moment (#24536)
Before this fix we would reset the input two times:

- right before sending message
- and after it's been sent

The second one is actually not necessary, and more over with the server delay the user could have started typing a new message and that would clear it.
2023-11-24 10:59:48 +10:00
..
app FIX: correctly uses private_email site setting in chat (#24528) 2023-11-23 15:54:22 +01:00
assets FIX: prevents input to reset at wrong moment (#24536) 2023-11-24 10:59:48 +10:00
config FIX: correctly uses private_email site setting in chat (#24528) 2023-11-23 15:54:22 +01:00
db FEATURE: implements drafts for threads (#24483) 2023-11-22 11:54:23 +01:00
lib FIX: correctly uses private_email site setting in chat (#24528) 2023-11-23 15:54:22 +01:00
public DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec FIX: correctly uses private_email site setting in chat (#24528) 2023-11-23 15:54:22 +01:00
test/javascripts FEATURE: implements drafts for threads (#24483) 2023-11-22 11:54:23 +01:00
plugin.rb FEATURE: implements drafts for threads (#24483) 2023-11-22 11:54:23 +01: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.