discourse/plugins/chat
Joffrey JAFFEUX 0afddca0b9
FIX: displays popup error for any error (#23184)
In the past we were only intercepting 429 and 404; it's probably better to surface any error.

There are already tests for the 404 and 429, I consider them enough for now.
2023-08-22 15:53:22 +02:00
..
app FIX: correctly display max users message error (#23178) 2023-08-22 12:42:35 +02:00
assets FIX: displays popup error for any error (#23184) 2023-08-22 15:53:22 +02:00
config FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
db FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
lib FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
public
spec FIX: do not delete empty message with uploads (#23177) 2023-08-22 15:21:21 +02:00
test/javascripts FIX: correctly handles mobile and default (#23152) 2023-08-18 22:32:43 +02:00
plugin.rb FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02: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.