discourse/plugins/chat/app
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
..
controllers/chat DEV: Refactor the Chat::CreateThread service a bit 2024-11-06 15:53:43 +01:00
jobs DEV: restore AutoJoinChannelBatch job as a no-op to clear queue (#29743) 2024-11-13 18:10:03 +01: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
serializers/chat FIX: correctly render unicode in channel page title (#29653) 2024-11-08 09:41:14 +09:00
services/chat PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
validators/chat FIX: Remove chat default channel setting (#28170) 2024-07-31 14:12:10 -03:00
views PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02:00