mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 20:18:23 -05:00
JS assets defined under `admin/` in plugins are compiled into a separate bundle that should be loaded for staff users only, but we currently load it for all users including normal users and anons. This is wasteful and unexpected since it could cause errors if an asset in the admin bundle of a plugin imports a module from the admin bundle in core (which doesn't get loaded for non-staff users).
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.