discourse/plugins/chat
Joffrey JAFFEUX 3d9a05f9c0
UX: redirect message actions wheel event to channel (#33172)
When your mouse was over the message actions container, not only it
wouldn't scroll your channel, but it would scroll the whole page, this
redirect ensures we correctly scroll the scroller associated with this
message actions container.
2025-06-12 11:11:33 +02:00
..
admin/assets/javascripts DEV: [gjs-codemod] apply codemod 2025-04-02 13:44:15 +01:00
app DEV: allows chat thread sdk to query more messages (#32914) 2025-06-02 09:29:24 +02:00
assets UX: redirect message actions wheel event to channel (#33172) 2025-06-12 11:11:33 +02:00
config Update translations (#33145) 2025-06-10 23:27:48 +02:00
db FEATURE: One-click chat reaction settings (#32150) 2025-04-04 09:15:13 +02:00
lib DEV: add user email to chat summary mailer (#32917) 2025-05-26 19:19:16 +04:00
public
spec DEV: allows chat thread sdk to query more messages (#32914) 2025-06-02 09:29:24 +02:00
test/javascripts FIX: chat: shows placeholder instead of timer for empty chats (#33105) 2025-06-09 15:59:04 +08: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.