discourse/plugins/chat
Joffrey JAFFEUX 46c7e47f50
FIX: prevents setPanel to also set separated mode (#23227)
This could happen after you had already change the separation mode and would cause unexpected bugs.

This PR also adds more tests around using switch buttons with chat.
2023-08-24 18:21:28 +02:00
..
app FEATURE: Chat global mention warnings (pre-send & post-send) (#22764) 2023-08-22 15:54:35 -05:00
assets FIX: correctly resets editing state when done (#23209) 2023-08-24 09:41:37 +02:00
config Update translations (#23181) 2023-08-23 09:29:38 +02:00
db FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
lib FEATURE: Chat global mention warnings (pre-send & post-send) (#22764) 2023-08-22 15:54:35 -05:00
public
spec FIX: prevents setPanel to also set separated mode (#23227) 2023-08-24 18:21:28 +02:00
test/javascripts FIX: hide tooltips when scrolling on mobile (#23098) 2023-08-23 15:39:58 +04:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb DEV: removes deprecated code (#23183) 2023-08-22 15:53:37 +02:00

README.md

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.