discourse/plugins/chat
Joffrey JAFFEUX dda4bb0f7c
DEV: allows to disable strip_whitespaces in messages (#26848)
The TextCleaner step has been moved from chat message’s validation to create_message/update_message services. It allows us to easily tweak part of its behavior depending on the needs.

For example we will now disable strip_whitespaces by default when streaming messages as we want to keep newlines and spaces at the end of the message.
2024-05-02 11:59:18 +02:00
..
app DEV: allows to disable strip_whitespaces in messages (#26848) 2024-05-02 11:59:18 +02:00
assets FIX: prevents long URL to overflow thread title (#26827) 2024-04-30 21:44:35 +02:00
config Update translations (#26821) 2024-04-30 21:57:28 +02:00
db FEATURE: encourage users to set chat thread titles (#26617) 2024-04-29 17:20:01 +08:00
lib DEV: allows to disable strip_whitespaces in messages (#26848) 2024-05-02 11:59:18 +02:00
public
spec DEV: allows to disable strip_whitespaces in messages (#26848) 2024-05-02 11:59:18 +02:00
test/javascripts DEV: allows fabricators to use faker (#26555) 2024-04-08 21:00:09 +02:00
plugin.rb FEATURE: encourage users to set chat thread titles (#26617) 2024-04-29 17:20:01 +08: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.