fix: on reply callback not used

This commit is contained in:
Gordon Hayes
2022-11-25 17:58:03 +01:00
parent ddd8310b96
commit 16615705b1
3 changed files with 8 additions and 3 deletions
@@ -2,6 +2,8 @@
🐞 Fixed
- Fix render overflow issue with `MessageSearchListTileTitle`. It now uses `Text.rich` instead of `Row`. Better default behaviour and allows `TextOverflow`.
- Fix [[#1347]](https://github.com/GetStream/stream-chat-flutter/issues/1347) `onReply` not working in `AttachmentActionsModal` which is used by `StreamImageAttachment` and `StreamImageGroup`.
## 5.1.0
🐞 Fixed