discourse/plugins/chat
Régis Hanol 0012d9626f FIX: chat activity indicator wasn't working for threads
When a user had the chat option "Show activity indicator in header" set to "all new messages", and they would get a reply to a thread they're part of, the chat icon in the header would not show the unread bubble indicator.

In order to fix this, the `ChatHeaderIconUnreadIndicator` component will now `showUnreadIndicator` whenever there is either one unread public channel or there are unread threads.

I only added a system spec for this very specific path because I don't want to slow down the whole suite to test for all the various combination of the `chat_header_indicator_preference` values.

Internal ref - t/128874
2024-05-22 17:42:59 +02:00
..
app FIX: chat activity indicator wasn't working for threads 2024-05-22 17:42:59 +02:00
assets FIX: chat activity indicator wasn't working for threads 2024-05-22 17:42:59 +02:00
config FEATURE: Allow to bulk delete chat messages (#26586) 2024-05-22 08:57:00 -03:00
db DEV: update thread title prompt migration (#27052) 2024-05-17 00:53:19 +04:00
lib DEV: Use site setting mandatory_values for chat allowed groups (#26994) 2024-05-13 14:38:26 +10:00
public
spec FIX: chat activity indicator wasn't working for threads 2024-05-22 17:42:59 +02:00
test/javascripts FIX: correctly check for disabled notifications, tab and is idle (#27127) 2024-05-22 10:08:05 +02:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb FEATURE: encourage users to set chat thread titles (#26617) 2024-04-29 17:20:01 +08: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.