Commit 6c7cd42
authored
fix(examples): enable async voice recording preview in thread composer (#3092)
### 🎯 Goal
Voice recordings in threads should show a preview before sending,
matching the main channel composer behavior.
### 🛠 Implementation details
Added `asyncMessagesMultiSendEnabled: true` to
`additionalMessageComposerProps` on both `Thread` instances. Without
this prop, `useMediaRecorder` auto-sends the recording on stop instead
of stacking it as a preview attachment.1 parent 2f060ae commit 6c7cd42
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
159 | 162 | | |
160 | 163 | | |
161 | 164 | | |
162 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
163 | 169 | | |
164 | 170 | | |
165 | 171 | | |
| |||
0 commit comments