Skip to content

Commit f278254

Browse files
committed
fix: return threadList prop for forwards compatibility
1 parent a3d734a commit f278254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/components/MessageInput/MessageInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ type MessageInputPropsWithContext = Pick<ChatContextValue, 'isOnline'> &
195195
Pick<AudioRecorderManagerState, 'micLocked'> & {
196196
editing: boolean;
197197
isKeyboardVisible: boolean;
198+
threadList?: boolean;
198199
TextInputComponent?: TextInputOverrideComponent;
199200
isRecordingStateIdle?: boolean;
200201
recordingStatus?: string;

0 commit comments

Comments
 (0)