chore: update CHANGELOG.md

Signed-off-by: xsahil03x <[email protected]>
(cherry picked from commit a225140810)
This commit is contained in:
Sahil Kumar
2023-07-18 16:35:35 +05:30
parent c1c4b9584a
commit 07780b4576
+15
View File
@@ -200,6 +200,21 @@
)
```
- 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