discourse/plugins/chat/spec/queries/chat
Joffrey JAFFEUX cd4b6b8fab
DEV: allows chat thread sdk to query more messages (#32914)
The changes are:
- Chat Thread SDK can query up to 500 messages
- If you are above this number, we don't raise an error anymore but we
clamp it to 500
- The controller using this service is forced into the old limit of 50
to avoid abuses
2025-06-02 09:29:24 +02:00
..
channel_memberships_query_spec.rb PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
channel_unreads_query_spec.rb FIX: stuck notification for mentions within threads (#30546) 2025-01-06 17:26:37 +04:00
messages_query_spec.rb DEV: allows chat thread sdk to query more messages (#32914) 2025-06-02 09:29:24 +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 FEATURE: add mention count to threads (#29739) 2024-11-14 14:10:12 +04:00
tracking_state_report_query_spec.rb FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
users_from_usernames_and_groups_query_spec.rb DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00