discourse/plugins/chat
Martin Brennan f75ac9da30
FEATURE: Thread indicator improvements and participants (#21909)
This commit adds the initial part of thread indicator improvements:

* Show the reply count, last reply date and excerpt,
and the participants of the thread's avatars and
count of additional participants
* Add a participants component for the thread that
can be reused for the list
* Add a query class to get the thread participants
* Live update the thread indicator more consistently
with the last reply and participant details
image image

In subsequent PRs we will cache the participants since
they do not change often, and improve the thread list
further with participants.

This commit also adds a showPresence boolean (default
true) to ChatUserAvatar, since we don't want to show the
online indicator for thread participants.

---------

Co-authored-by: chapoi <charlie@discourse.org>
2023-06-15 10:49:27 +10:00
..
app FEATURE: Thread indicator improvements and participants (#21909) 2023-06-15 10:49:27 +10:00
assets FEATURE: Thread indicator improvements and participants (#21909) 2023-06-15 10:49:27 +10:00
config FEATURE: Thread indicator improvements and participants (#21909) 2023-06-15 10:49:27 +10:00
db FIX: Backfill chat thread memberships (#21971) 2023-06-14 13:54:51 +10:00
lib FEATURE: Thread indicator improvements and participants (#21909) 2023-06-15 10:49:27 +10:00
public
spec FEATURE: Thread indicator improvements and participants (#21909) 2023-06-15 10:49:27 +10:00
test/javascripts FEATURE: Thread indicator improvements and participants (#21909) 2023-06-15 10:49:27 +10:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb FIX: Chat NotificationLevels extension breaking in prod (#21484) 2023-05-10 18:46:06 +02: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.