discourse/plugins/chat
Régis Hanol 03629cd561
PERF: N+1 when checking for category moderators when loading channels (#35466)
Avoids an N+1 when loading /chat/api/me/channels and checking for
category moderators.

Internal ref - t/165130
2025-10-17 14:29:28 +02:00
..
admin/assets/javascripts DEV: Remove unused service injections (#34750) 2025-10-08 13:31:41 +02:00
app PERF: N+1 when checking for category moderators when loading channels (#35466) 2025-10-17 14:29:28 +02:00
assets FIX: improves input method editor in chat (#35448) 2025-10-16 18:11:17 +02: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 FIX: add data attrs to quoted images (#35455) 2025-10-17 11:16:39 +04:00
public
spec PERF: N+1 when checking for category moderators when loading channels (#35466) 2025-10-17 14:29:28 +02: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.