discourse/plugins/chat
David Battersby 2a5e1aa8e6
FEATURE: only play chat sound when chat badge icon is shown (#28387)
Every time a desktop chat sound plays, there should be some visual cue as to why the sound was played in the first place.

This change follows the chat indicator preference:

- All New Messages - a blue dot is shown for all messages, so we attempt to play a sound every time
- Direct Messages, Mentions and Watched Threads - a green dot is shown for all urgent messages, so we attempt to play a sound for urgent chat notifications
- Only Mentions - only play chat sounds when user is mentioned
- Never - we never play chat sounds, as user wouldn’t know why the sound was played
2024-09-06 18:25:25 +04:00
..
app DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
assets FEATURE: only play chat sound when chat badge icon is shown (#28387) 2024-09-06 18:25:25 +04:00
config UX: Update Chat Group Name and Placeholder (#28703) 2024-09-04 15:52:23 +10:00
db DEV: Migrate Chat::NotificationMention#notification_id to bigint (#28571) 2024-08-27 14:57:16 +03:00
lib DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
public
spec DEV: adds post_created_edited suport to chat (#28757) 2024-09-05 17:17:18 +02:00
test/javascripts FEATURE: only play chat sound when chat badge icon is shown (#28387) 2024-09-06 18:25:25 +04:00
plugin.rb DEV: adds post_created_edited suport to chat (#28757) 2024-09-05 17:17:18 +02: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.