discourse/plugins/chat/spec/requests
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
..
admin DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
chat DEV: allows chat thread sdk to query more messages (#32914) 2025-06-02 09:29:24 +02:00
core_ext DEV: Update rubocop-discourse (#30552) 2025-01-04 13:48:21 +01:00
application_controller_spec.rb FEATURE: Initial version of experimental admin search (#31299) 2025-02-21 11:59:24 +10:00
chat_controller_spec.rb FEATURE: Implement chat transcripts in rich editor (#31819) 2025-03-31 14:04:22 +10:00
direct_messages_controller_spec.rb DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00