discourse/plugins/chat
Joffrey JAFFEUX cdcd20fe1e
FIX: prevents duplicate reactions (#20527)
This was possible due to specific events which are hard to represent in a test. The provided test is as close as possible to what was happening in production: a message bus event was played on a channel which has just loaded its state with the existing reaction.
2023-03-03 20:29:24 +01:00
..
app DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
assets FIX: prevents duplicate reactions (#20527) 2023-03-03 20:29:24 +01:00
config DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
db FEATURE: Chat header icon indicator preference (#20474) 2023-03-01 11:01:44 +10:00
lib FEATURE: Chat header icon indicator preference (#20474) 2023-03-01 11:01:44 +10:00
public
spec FIX: prevents duplicate reactions (#20527) 2023-03-03 20:29:24 +01:00
test/javascripts DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
plugin.rb DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +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.