Skip to content

Commit 6cd5dc1

Browse files
committed
fix: disable autosend by default
1 parent b5b9a31 commit 6cd5dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/Channel/Channel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ const ChannelWithContext = (props: PropsWithChildren<ChannelPropsWithContext>) =
575575
asyncMessagesLockDistance = 50,
576576
asyncMessagesMinimumPressDuration = 500,
577577
asyncMessagesSlideToCancelDistance = 75,
578-
audioRecordingSendOnComplete = true,
578+
audioRecordingSendOnComplete = false,
579579
AttachButton = AttachButtonDefault,
580580
Attachment = AttachmentDefault,
581581
attachmentPickerBottomSheetHeight = disableAttachmentPicker ? 72 : 333,

0 commit comments

Comments
 (0)