discourse/plugins/chat/app/controllers/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
..
admin UX: Hide admin header for edit/new webhook (#30194) 2024-12-12 10:49:17 +11:00
api DEV: allows chat thread sdk to query more messages (#32914) 2025-06-02 09:29:24 +02:00
api_controller.rb DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
base_controller.rb DEV: Update rubocop-discourse to latest version 2024-03-04 15:08:35 +01:00
chat_controller.rb DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
direct_messages_controller.rb DEV: Refactor DM channel creation into new service pattern (#22144) 2023-07-03 10:18:37 +10:00
incoming_webhooks_controller.rb DEV: Provide user input to services using params key 2024-10-25 09:57:59 +02:00