diff --git a/src/frontend/src/features/rooms/livekit/components/chat/Input.tsx b/src/frontend/src/features/rooms/livekit/components/chat/Input.tsx index b20280a7..e3de0362 100644 --- a/src/frontend/src/features/rooms/livekit/components/chat/Input.tsx +++ b/src/frontend/src/features/rooms/livekit/components/chat/Input.tsx @@ -101,7 +101,7 @@ export const ChatInput = ({ }} placeholderStyle={'strong'} spellCheck={false} - maxLength={500} + maxLength={2000} aria-label={t('textArea.label')} />