fix(ui): fix image attachment resizing

This commit is contained in:
Salvatore Giordano
2021-10-21 10:31:31 +02:00
parent cc4bc38f95
commit 3f291473e1
2 changed files with 3 additions and 2 deletions
@@ -7,6 +7,7 @@
- [[#491]](https://github.com/GetStream/stream-chat-flutter/issues/491): Fix `MediaListView` showing media in wrong order.
- Fixed `MessageListView` initialIndex not working in some cases.
- Improved `MessageListView` rendering in case of reordering.
- Fix image thumbnail generation when using Stream CDN
✅ Added