discourse/plugins/chat/spec/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_spec.rb DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
channel_unreads_query_spec.rb DEV: Update the rubocop-discourse gem 2023-06-26 11:41:52 +02:00
messages_query_spec.rb FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02:00
thread_participant_query_spec.rb FIX: handle thread participants limit on the frontend (#23839) 2023-10-09 14:04:59 +08:00
thread_unreads_query_spec.rb DEV: Remove experimental site setting for chat threads (#22720) 2023-07-26 12:46:23 +02:00
tracking_state_report_query_spec.rb FEATURE: Show unread in sidebar for unread channel threads (#22342) 2023-07-17 13:00:49 +10:00