discourse/plugins/chat
Joffrey JAFFEUX 0260415664
FIX: correctly handle notifications for channels (#27178)
Prior to this fix we had too logic to detect if a user is active or not:

- idle codepath on the frontend
- online user ids on the backend

The frontend solution is not very reliable, and both solution are just trying to be too smart. Making a lot of people questioning why they receive a notification sometimes and sometimes not. This commit removes all this logic and replaces it with a much more simpler logic:

- you can't receive notifications for channel you are actually watching
- we won't play a sound more than once every 3seconds
2024-05-24 19:59:24 +02:00
..
app FIX: correctly handle notifications for channels (#27178) 2024-05-24 19:59:24 +02:00
assets FIX: correctly handle notifications for channels (#27178) 2024-05-24 19:59:24 +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: correctly handle notifications for channels (#27178) 2024-05-24 19:59:24 +02:00
test/javascripts FIX: correctly handle notifications for channels (#27178) 2024-05-24 19:59:24 +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.