discourse/plugins/chat
Martin Brennan e4b2c51f6a
DEV: Add missing in_reply_to_id to sendChatMessage chat plugin API (#35365)
This option is necessary for plugins to be able to reply to a specific
message in a chat channel, when not using threading.
2025-10-14 13:00:56 +10:00
..
admin/assets/javascripts DEV: Remove unused service injections (#34750) 2025-10-08 13:31:41 +02:00
app DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
assets DEV: Add missing in_reply_to_id to sendChatMessage chat plugin API (#35365) 2025-10-14 13:00:56 +10:00
config Update translations (#35294) 2025-10-09 12:20:41 +02:00
db DEV: Promote historic core plugins post_deploy migrations (#34274) 2025-08-13 15:52:19 +08:00
lib DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
public DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec DEV: Add client settled checks for system tests (#35230) 2025-10-10 11:03:18 +08:00
test/javascripts FIX: hides redundant chat icon on mobile chat routes (#35015) 2025-10-01 22:34:15 +08:00
about.json DEV: Only load specific plugin bundles during qunit test (#33678) 2025-07-21 21:00:48 +01:00
plugin.rb DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +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.