0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-13 13:17:29 +08:00
discourse/plugins/chat/app
Isaac Janzen 8ab3d6b90d
FIX: Validate the length of chat draft data (#41548)
## Summary

Correctly validate the length of chat draft data at the service contract
layer using the max_chat_draft_length site setting. This ensures that
oversized payloads are rejected early in the request lifecycle before
reaching the model persistence layer.

## Source

- Patch Triage: https://patch.discourse.org/patch-triage/1362

Co-authored-by: discourse-patch-triage
<272280883+discourse-patch-triage[bot]@users.noreply.github.com>
2026-07-08 13:47:10 -05:00
..
controllers/chat FEATURE: add new chat reactions popup (#41028) 2026-06-25 14:56:08 +04:00
jobs FIX: improve the reliability of chat sounds (#41373) 2026-07-02 18:52:41 -04:00
models FIX: add missing length validation to chat channel emoji (#41465) 2026-07-06 16:47:04 +05:30
queries/chat FEATURE: allow anonymous users to view public chat channels (#40688) 2026-06-18 15:18:51 -04:00
serializers/chat FEATURE: add new chat reactions popup (#41028) 2026-06-25 14:56:08 +04:00
services/chat FIX: Validate the length of chat draft data (#41548) 2026-07-08 13:47:10 -05:00
validators/chat FEATURE: Add setting to prevent anonymous users from using chat (#31842) 2025-03-21 13:32:52 +03:00
views