discourse/plugins/chat
Martin Brennan f69dbcd2c1
FIX: Make Ctrl+K shortcut work consistently in RTE, and not always show chat channel switcher
Followup fb7fa2902c,
prevent opening the chat channel selector with Ctrl/Meta+K
in any inputs except the chat composer, most of the time you
do not want this, but especially in the topic composer.

In that case, you want the link insert modal to open.
2025-06-24 12:20:00 +10:00
..
admin/assets/javascripts DEV: [gjs-codemod] apply codemod 2025-04-02 13:44:15 +01:00
app FIX: correctly follow enable_emoji_shortcuts in chat (#33297) 2025-06-23 17:42:24 +02:00
assets FIX: Make Ctrl+K shortcut work consistently in RTE, and not always show chat channel switcher 2025-06-24 12:20:00 +10:00
config FIX: Admin search labels doubled up with parent label (#33308) 2025-06-23 16:21:29 +10:00
db FEATURE: One-click chat reaction settings (#32150) 2025-04-04 09:15:13 +02:00
lib DEV: add channel hashtag style type (#33284) 2025-06-20 10:04:36 +04:00
public
spec FIX: correctly follow enable_emoji_shortcuts in chat (#33297) 2025-06-23 17:42:24 +02:00
test/javascripts DEV: Adds hasNoPreferredMode to chat state manager (#33213) 2025-06-17 13:22:42 +10:00
plugin.rb FEATURE: One-click chat reaction settings (#32150) 2025-04-04 09:15:13 +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.