discourse/plugins/chat
Joffrey JAFFEUX a1d7548869
FIX: prevents exception when last reply has deleted user (#25852)
Prior to this fix, if the last message of a thread had been made by a deleted user it would cause an exception as we would have no user to display, this commit uses a solution we have been using at other places: the null pattern, through the use of `Chat::NullUser.new`.
2024-02-26 10:44:54 +08:00
..
app FIX: prevents exception when last reply has deleted user (#25852) 2024-02-26 10:44:54 +08:00
assets FIX: correctly updates last read on scroll arrow click (#25838) 2024-02-23 14:23:17 +01:00
config Update translations (#25767) 2024-02-20 09:42:19 -05:00
db DEV: chat streaming (#25736) 2024-02-20 09:49:19 +01:00
lib DEV: chat streaming (#25736) 2024-02-20 09:49:19 +01:00
public
spec FIX: prevents exception when last reply has deleted user (#25852) 2024-02-26 10:44:54 +08:00
test/javascripts UX: Chat browse redesign (#25698) 2024-02-15 18:00:22 +01:00
README.md
plugin.rb DEV: chat streaming (#25736) 2024-02-20 09:49:19 +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.