Enforce 256-character limit on chat messages with validation in ChatBoxComponent and schema updates.

This commit is contained in:
2026-08-08 23:45:42 +02:00
parent bdda71229d
commit b61b117f41
3 changed files with 11 additions and 1 deletions
@@ -42,3 +42,4 @@ components:
message:
type: string
description: The message to send
maxLength: 256