discourse/plugins/chat
Alan Guo Xiang Tan 7ff8e5580f
DEV: Speed up chat plugin system tests (#21399)
See e323628d8a for more details.

This commit speeds up the tests by roughly 10 seconds locally where the
default wait time is 2 seconds. On CI, this speeds up the tests by 20
seconds where the default wait time is 4 seconds.
2023-05-05 08:16:23 +08:00
..
app FIX: Thread mention read state and notification links (#21385) 2023-05-04 17:28:51 +02:00
assets FIX: Thread mention read state and notification links (#21385) 2023-05-04 17:28:51 +02:00
config FIX: Thread mention read state and notification links (#21385) 2023-05-04 17:28:51 +02:00
db DEV: Chat thread reply counter cache (#21050) 2023-04-11 15:40:25 +10:00
lib FEATURE: Reintroduce better thread reply counter cache (#21197) 2023-04-24 09:32:04 +10:00
public
spec DEV: Speed up chat plugin system tests (#21399) 2023-05-05 08:16:23 +08:00
test/javascripts FIX: Improve chat route cleanup (#20557) 2023-04-26 18:18:23 +02:00
plugin.rb DEV: Improve add_to_serializer include_* options (#21220) 2023-04-24 12:17:51 +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.