discourse/plugins/chat/app/queries/chat
David Battersby 79ececd976
FIX: handle thread participants limit on the frontend (#23839)
Workaround for an issue we are experiencing on thread index frontend where thread loads participants correctly (up to 10), then refreshes the threads and then limits to 3 participants.

There is an issue with storing threads for the main channel view and the thread list in the same store so handling the max participants on the frontend is a workaround until channel.threadsManager is updated.

I've adjusted the tests to handle the additional data being returned from ThreadParticipantQuery.
2023-10-09 14:04:59 +08:00
..
channel_memberships_query.rb
channel_unreads_query.rb DEV: Chat API channel#show changes for threading (#21632) 2023-05-22 13:59:46 +02:00
messages_query.rb FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +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 FIX: Better handling of deleted thread original messages (#22402) 2023-07-06 09:47:34 +10:00
tracking_state_report_query.rb FEATURE: Show unread in sidebar for unread channel threads (#22342) 2023-07-17 13:00:49 +10:00