discourse/plugins/chat/app/queries/chat
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
..
channel_memberships_query.rb PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
channel_unreads_query.rb FEATURE: add mention count to threads (#29739) 2024-11-14 14:10:12 +04:00
messages_query.rb DEV: adds first_messages/last_messages to thread SDK (#26861) 2024-05-03 17:30:39 +02:00
thread_participant_query.rb FIX: handle thread participants limit on the frontend (#23839) 2023-10-09 14:04:59 +08:00
thread_unreads_query.rb FEATURE: add mention count to threads (#29739) 2024-11-14 14:10:12 +04:00
tracking_state_report_query.rb FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
users_from_usernames_and_groups_query.rb FIX: allows to query a username made of integers (#25815) 2024-02-22 14:53:47 +01:00