discourse/plugins/chat
Joffrey JAFFEUX a052ecee62
FIX: safeguard in case the message is active during transition (#21235)
Prior to this fix, we could sometimes still have an active message while the DOM node was already removed.
2023-04-25 13:16:55 +02:00
..
app FIX: Do not delete old chat messages if chat disabled (#21214) 2023-04-24 14:42:50 +10:00
assets FIX: safeguard in case the message is active during transition (#21235) 2023-04-25 13:16:55 +02:00
config UX: improves composer and thread panel (#21210) 2023-04-25 10:23:03 +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 DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec UX: improves composer and thread panel (#21210) 2023-04-25 10:23:03 +02:00
test/javascripts UX: improves composer and thread panel (#21210) 2023-04-25 10:23:03 +02:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb DEV: Improve add_to_serializer include_* options (#21220) 2023-04-24 12:17:51 +01: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.