discourse/plugins/chat/spec
David Battersby 5ce4af1aa6
FEATURE: add mention count to threads (#29739)
Previously we only counted mentions that were made within channels, however for threads this was never implemented.

This change adds a mention count to the ThreadUnreadsQuery, which is used for channel thread lists and the user thread list. We are also expanding channel mentions count to include mentions within threads.

The goal is to have a more consistent urgent badge across chat, in places such as channel lists and the chat header.
2024-11-14 14:10:12 +04:00
..
components/chat PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
fabricators UX: update chat channel sorting to include unread threads (#29617) 2024-11-08 12:31:03 +04:00
integration PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
jobs PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
lib DEV: Don’t replace Rails logger in specs (#29721) 2024-11-13 08:47:39 +08:00
mailers FIX: show group based notifications in chat summary email (#27641) 2024-07-01 12:47:38 +04:00
models PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
queries/chat FEATURE: add mention count to threads (#29739) 2024-11-14 14:10:12 +04:00
requests UX: Split hide_profile_and_presence user option (#29632) 2024-11-12 22:22:58 -03:00
serializer UX: Split hide_profile_and_presence user option (#29632) 2024-11-12 22:22:58 -03:00
services PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
support DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
system UX: update chat channel sorting to include unread threads (#29617) 2024-11-08 12:31:03 +04:00
validators FIX: Remove chat default channel setting (#28170) 2024-07-31 14:12:10 -03:00
plugin_helper.rb DEV: Fix mismatched column types (#29477) 2024-11-06 20:00:40 +02:00
plugin_spec.rb PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00