Revert "feat(ui): add support for StreamMessageInput.contentInsertionConfiguration."

This commit is contained in:
Sahil Kumar
2023-06-30 14:41:48 +05:30
committed by GitHub
parent 10d2665f8d
commit d7715ea9dc
3 changed files with 0 additions and 29 deletions
-15
View File
@@ -178,21 +178,6 @@
)
```
- Added support for `StreamMessageInput.contentInsertionConfiguration` to specify the content insertion configuration.
[#1613](https://github.com/GetStream/stream-chat-flutter/issues/1613)
```dart
StreamMessageInput(
...,
contentInsertionConfiguration: ContentInsertionConfiguration(
onContentInserted: (content) {
// Do something with the content.
controller.addAttachment(...);
},
),
)
```
## 6.3.0
🐞 Fixed