fix(core): video attachment upload (#1754)

* fix video attachment upload

* fix test

* add changelog
This commit is contained in:
Kanat Kiialbaev
2023-10-23 10:19:32 +03:00
committed by GitHub
parent b13aa32a2b
commit 844df20617
3 changed files with 12 additions and 6 deletions
@@ -1,3 +1,9 @@
## UNRELEASED
🐞 Fixed
- Fixed video attachment uploading. [#1754](https://github.com/GetStream/stream-chat-flutter/pull/1754)
## 6.10.0
- Added mixin support to `StreamChannelListEventHandler`.