Update packages/stream_chat/CHANGELOG.md

Co-authored-by: Salvatore Giordano <[email protected]>
This commit is contained in:
Sahil Kumar
2021-09-16 16:06:33 +05:30
committed by GitHub
co-authored by Salvatore Giordano
parent dc3f864d34
commit b30dcb8342
+3 -3
View File
@@ -15,9 +15,9 @@
- Added `Filter.contains` and `Filter.empty`
- Added support for `next`, `previous` value pagination in `client.search`
, [read more.](https://getstream.io/chat/docs/other-rest/search/#pagination)
- `Attachment` class now have a `fileSize` and `mimeType` property. Setting an `file` will also set the `file_size`
, `mime_type` key on `extraData`, so `user.fileSize`, `user.mimetype` and `user.extraData['file_size']`
, `user.extraData['mime_type]` is same respectively.
- `Attachment` class now has a `fileSize` and `mimeType` property. Setting a `file` will also set the `file_size`
, `mime_type` key on `extraData`, so `attachment.fileSize`, `attachment.mimetype` and `attachment.extraData['file_size']`
, `attachment.extraData['mime_type]` is same respectively.
🐞 Fixed