discourse/plugins/chat
Joffrey JAFFEUX bc0ef9f7ee
FIX: play audio sound on message in non group DMs (#27112)
Prior to this change, only mentions would get a notification and a sound. This change will not create a notification for this case, but will play a sound. This is still respecting notification settings, not playing the sound when you are viewing the channel or not following it.

---------

Co-authored-by: Régis Hanol <regis@hanol.fr>
2024-05-21 21:51:22 +02:00
..
app FIX: chat replies are not always in a thread (#27023) 2024-05-16 16:10:23 +02:00
assets FIX: play audio sound on message in non group DMs (#27112) 2024-05-21 21:51:22 +02:00
config Update translations (#27104) 2024-05-21 17:40:50 +02: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 DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec Revert "DEV: move post flags into database (#26951)" (#27102) 2024-05-21 16:21:07 +10:00
test/javascripts FIX: play audio sound on message in non group DMs (#27112) 2024-05-21 21:51:22 +02:00
plugin.rb FEATURE: encourage users to set chat thread titles (#26617) 2024-04-29 17:20:01 +08: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.