discourse/plugins
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
..
automation DEV: Catch missing translations during test runs (#26258) 2024-05-24 22:15:53 +08:00
chat FIX: correctly handle notifications for channels (#27178) 2024-05-24 19:59:24 +02:00
checklist UX: loading spinner when clicking an item 2024-04-25 18:45:38 +02:00
discourse-details FIX: elided content in email should always have an href 2024-05-22 15:38:18 +02:00
discourse-lazy-videos Update translations (#27017) 2024-05-14 16:19:44 +02:00
discourse-local-dates DEV: Avoid using the old action helper (#26935) 2024-05-08 20:26:48 +02:00
discourse-narrative-bot DEV: Catch missing translations during test runs (#26258) 2024-05-24 22:15:53 +08:00
discourse-presence DEV: Add appEvents for composer / DEditor toolbar events (#26517) 2024-04-05 08:35:25 -05:00
footnote FEATURE: Allow dismissing tooltips by clicking their button (#26668) 2024-04-18 13:16:55 +02:00
poll DEV: Avoid using the old action helper (#26935) 2024-05-08 20:26:48 +02:00
spoiler-alert DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
styleguide DEV: Implement glimmer topic-list (#26743) 2024-05-21 14:36:15 +02:00