discourse/app
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
..
assets FIX: correctly handle notifications for channels (#27178) 2024-05-24 19:59:24 +02:00
controllers FEATURE: Implement new required options in admin user fields UI (#27079) 2024-05-23 19:18:25 +08:00
helpers FIX: Include HTML content for authenticated users with crawler UA (#26757) 2024-04-25 22:41:57 +01:00
jobs DEV: Move webhook event header modifier for redelivery-recalucation (#27177) 2024-05-24 10:37:10 -05:00
mailers FIX: send activity summaries based on "last seen" (#27035) 2024-05-22 10:23:03 +02:00
models DEV: Catch missing translations during test runs (#26258) 2024-05-24 22:15:53 +08:00
serializers FIX: flaky post action counts specs (#27165) 2024-05-24 11:55:32 +10:00
services DEV: Move webhook event header modifier for redelivery-recalucation (#27177) 2024-05-24 10:37:10 -05:00
views FIX: send activity summaries based on "last seen" (#27035) 2024-05-22 10:23:03 +02:00