discourse/plugins/chat/app/queries/chat
David Battersby 997fbc9757
FEATURE: Add ability to watch chat threads (#28639)
This change introduces a new thread notification level allowing users to get notified when someone replies to the thread.

Users who watch a thread will get a green notification on the chat icon and a user notification (blue). User notifications are consolidated based on thread id to prevent cluttering the original users notification area.

---------

Co-authored-by: Régis Hanol <regis@hanol.fr>
2024-09-02 16:45:55 +04:00
..
channel_memberships_query.rb FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
channel_unreads_query.rb FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +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 ability to watch chat threads (#28639) 2024-09-02 16:45:55 +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