Matthias Nott
2026-03-07 0e888d62af1434fef231e11a5c307a5b48a8deb1
components/chat/InputBar.tsx
....@@ -12,7 +12,7 @@
1212
1313 interface InputBarProps {
1414 onSendText: (text: string) => void;
15
- onVoiceRecorded: (uri: string) => void;
15
+ onVoiceRecorded: (uri: string, durationMs?: number) => void;
1616 onReplay: () => void;
1717 isTextMode: boolean;
1818 onToggleMode: () => void;