discourse/plugins/chat
Joffrey JAFFEUX 0c827980e6
FIX: do not show threads with no replies (#26033)
Prior to this fix if a user had started to reply to a message without actually sending a message, the thread would still be created and we would end up listing it in the threads list of a channel.

This commit also improves adds thread and thread_replies_count to the 4th parameter of the chat_message_created event.
2024-03-05 20:26:35 +01:00
..
app FIX: do not show threads with no replies (#26033) 2024-03-05 20:26:35 +01:00
assets FIX: do not show threads with no replies (#26033) 2024-03-05 20:26:35 +01:00
config Update translations (#26030) 2024-03-05 16:47:46 +01:00
db DEV: chat streaming (#25736) 2024-02-20 09:49:19 +01:00
lib FIX: correctly shows as disabled a user who can't chat (#26010) 2024-03-05 09:13:42 +01:00
public
spec FIX: do not show threads with no replies (#26033) 2024-03-05 20:26:35 +01:00
test/javascripts FIX: channel member status live updates (#25925) 2024-02-29 17:49:18 +08:00
plugin.rb DEV: Update rubocop-discourse to latest version 2024-03-04 15:08:35 +01: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.