discourse/plugins/chat
Joffrey JAFFEUX 01a0f8298f
FIX: ensures reply is unlocking body scroll (#26616)
Prior to this fix we were calling the action before closing the menu which could cause various callbacks, like the enable body scroll one, to not be called as some actions will do: `chat.activeMessage = null;` causing the message actions menu to be instantly destroyed.
2024-04-12 10:01:53 +02:00
..
app DEV: Drop user_id from chat_mentions (#25022) 2024-04-11 18:50:29 +04:00
assets FIX: ensures reply is unlocking body scroll (#26616) 2024-04-12 10:01:53 +02:00
config Update translations (#26575) 2024-04-09 18:48:44 +02:00
db DEV: Drop user_id from chat_mentions (#25022) 2024-04-11 18:50:29 +04:00
lib DEV: Rename with_secure_uploads? to should_secure_uploads? on Post (#26549) 2024-04-09 13:23:11 +10:00
public
spec DEV: correctly check for latest (#26603) 2024-04-11 14:23:07 +02:00
test/javascripts DEV: allows fabricators to use faker (#26555) 2024-04-08 21:00:09 +02:00
README.md
plugin.rb DEV: Remove the last `transpile_js` mentions (#26263) 2024-03-20 15:32:37 +01:00

README.md

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.