discourse/plugins/chat
Martin Brennan d3a1b09361
FEATURE: Chat header icon indicator preference (#20474)
This commit allows the user to set their preference vis-a-vis
the chat icon in the header of the page. There are three options:

- All New (default) - This maintains the existing behaviour where
  all new messages in the channel show a blue dot on the icon
- Direct Messages and Mentions - Only show the green dot on the
  icon when you are directly messaged or mentioned, the blue dot
  is never shown
- Never - Never show any dot on the chat icon, for those who
  want tractor-beam-laser-focus
2023-03-01 11:01:44 +10:00
..
app DEV: Make the `model` step compatible with collections 2023-02-27 14:24:43 +01:00
assets FEATURE: Chat header icon indicator preference (#20474) 2023-03-01 11:01:44 +10:00
config FEATURE: Chat header icon indicator preference (#20474) 2023-03-01 11:01:44 +10:00
db FEATURE: Chat header icon indicator preference (#20474) 2023-03-01 11:01:44 +10:00
lib FEATURE: Chat header icon indicator preference (#20474) 2023-03-01 11:01:44 +10:00
public DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec FEATURE: Chat header icon indicator preference (#20474) 2023-03-01 11:01:44 +10:00
test/javascripts FIX: correctly add user info data to message serializer (#20348) 2023-02-17 17:07:44 +01:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00
plugin.rb FEATURE: Chat header icon indicator preference (#20474) 2023-03-01 11:01:44 +10: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.